Skip to content

Commit 89cdbfa

Browse files
committed
Fix formatting
1 parent 3147b74 commit 89cdbfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

superannotate/db/projects.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,7 @@ def __upload_annotations_thread(
12011201
}
12021202
endpoint = '/images/getAnnotationsPathsAndTokens' if not pre else '/images/getPreAnnotationsPathsAndTokens'
12031203
response = _api.send_request(
1204-
req_type='POST',
1205-
path=endpoint,
1206-
json_req=data
1204+
req_type='POST', path=endpoint, json_req=data
12071205
)
12081206
if not response.ok:
12091207
logger.warning(

0 commit comments

Comments
 (0)