Skip to content

Commit 4e5ca9f

Browse files
committed
of course, mr black
1 parent 27615cc commit 4e5ca9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/adapters/rfapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def save_annotation(
123123
upload_url,
124124
data=json.dumps({"annotationFile": annotation_string, "labelmap": annotation_labelmap}),
125125
headers={"Content-Type": "application/json"},
126-
timeout=(60, 60)
126+
timeout=(60, 60),
127127
)
128128
responsejson = None
129129
try:

0 commit comments

Comments
 (0)