Skip to content

Commit 8939ed6

Browse files
committed
fixed lint
1 parent f0aedda commit 8939ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/mlkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def handle_operation(self, operation, wait_for_operation=False, max_time_seconds
824824
current_attempt = 0
825825
start_time = datetime.datetime.now()
826826
stop_time = (None if max_time_seconds is None else
827-
start_time + datetime.timedelta(seconds=max_time_seconds))
827+
start_time + datetime.timedelta(seconds=max_time_seconds))
828828
while wait_for_operation and not operation.get('done'):
829829
# We just got this operation. Wait before getting another
830830
# so we don't exceed the GetOperation maximum request rate.

0 commit comments

Comments
 (0)