Skip to content

Commit aa250cc

Browse files
committed
run black
1 parent 5dd4ee9 commit aa250cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/models/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def poll_for_results(self, job_id: str = None) -> dict:
179179
except Exception as e:
180180
print(e)
181181
raise Exception("Error polling for results.")
182-
182+
183183
if not response.ok:
184184
raise Exception("Error polling for results.")
185185

0 commit comments

Comments
 (0)