Skip to content

Commit a81b485

Browse files
Fix linter issues
1 parent 846681d commit a81b485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hope_dedup_engine/apps/faces/celery_tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def encode_chunk(
8080
pre_encodings = ds.get_encodings()
8181
with report_long_execution('encode_faces(files, config.get("encoding"), pre_encodings, progress=callback)'):
8282
results = encode_faces(files, config.get("encoding"), pre_encodings, progress=callback)
83-
with report_long_execution('ds.update_encodings(results[0])'):
83+
with report_long_execution("ds.update_encodings(results[0])"):
8484
ds.update_encodings(results[0])
8585
except Exception as e:
8686
sentry_sdk.capture_exception(e)

0 commit comments

Comments
 (0)