Remove trailing white-spaces

This commit is contained in:
Andrea Lanfranchi 2024-02-22 13:01:10 +01:00
parent 5a28a0b0f0
commit 954ac6e883
No known key found for this signature in database
GPG Key ID: 2D623A60BB279915

View File

@ -391,11 +391,11 @@ def __find_bulk_embeddings(
img_representation = embedding_obj[0]["embedding"]
representations.append((
employee,
img_representation,
img_region["x"],
img_region["y"],
img_region["w"],
employee,
img_representation,
img_region["x"],
img_region["y"],
img_region["w"],
img_region["h"]
))