From: Harmon Date: Mon, 4 Jan 2021 09:29:45 +0000 (-0600) Subject: Remove unused variable in Stream X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=66c9daa7a9cb353210b7d230083fdba30bb031b4;p=tweepy.git Remove unused variable in Stream --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index bf24ebf..36f18a4 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -216,7 +216,6 @@ class Stream: # Connect and process the stream error_counter = 0 resp = None - exc_info = None try: while self.running: if self.retry_count is not None: