From 66c9daa7a9cb353210b7d230083fdba30bb031b4 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 4 Jan 2021 03:29:45 -0600 Subject: [PATCH] Remove unused variable in Stream --- tweepy/streaming.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.25.1