Skip to content

Commit

Permalink
remove erroneous continue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jun 17, 2024
1 parent eb71d17 commit cd3840a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schwab/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def callback_server():
# this...
if __TIME_TIME != time.time: # pragma: no cover
raise ValueError('endless wait requested')
continue
else:
break

Expand Down

0 comments on commit cd3840a

Please sign in to comment.