Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrigadir committed Mar 16, 2022
1 parent 455dae1 commit 9f81954
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions twarc/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,7 @@ def quotes(
if "data" in page:
yield page
else:
log.info(
f"Retrieved an empty page of results for quotes of {tweet_id}"
)
log.info(f"Retrieved an empty page of results for quotes of {tweet_id}")

@catch_request_exceptions
@rate_limit
Expand Down

0 comments on commit 9f81954

Please sign in to comment.