diff --git a/twarc/client2.py b/twarc/client2.py index ba4b6695..afa1a613 100644 --- a/twarc/client2.py +++ b/twarc/client2.py @@ -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