Skip to content

Commit 56a14de

Browse files
committed
Fix formatting
1 parent 501d21c commit 56a14de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

superannotate/db/projects.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,8 @@ def __upload_annotations_thread(
11641164
if not check_annotation_json(annotation_json):
11651165
couldnt_upload[thread_id].append(full_path)
11661166
logger.warning(
1167-
"Annotation JSON %s missing width or height info. Skipping upload", full_path
1167+
"Annotation JSON %s missing width or height info. Skipping upload",
1168+
full_path
11681169
)
11691170
continue
11701171
fill_class_and_attribute_ids(
@@ -1399,7 +1400,8 @@ def __upload_preannotations_thread(
13991400
if not check_annotation_json(annotation_json):
14001401
couldnt_upload[thread_id].append(full_path)
14011402
logger.warning(
1402-
"Annotation JSON %s missing width or height info. Skipping upload", full_path
1403+
"Annotation JSON %s missing width or height info. Skipping upload",
1404+
full_path
14031405
)
14041406
continue
14051407
fill_class_and_attribute_ids(annotation_json, annotation_classes_dict)

0 commit comments

Comments
 (0)