From caa044687f90c71dce53a6c2131f114fc0111be5 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 16 Nov 2021 08:24:18 -0600 Subject: [PATCH] Remove now unnecessary API import in auth.py --- tweepy/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tweepy/auth.py b/tweepy/auth.py index 7d481f6..cf90c68 100644 --- a/tweepy/auth.py +++ b/tweepy/auth.py @@ -9,7 +9,6 @@ import requests from requests.auth import AuthBase from requests_oauthlib import OAuth1, OAuth1Session -from tweepy.api import API from tweepy.errors import TweepyException WARNING_MESSAGE = """Warning! Due to a Twitter API bug, signin_with_twitter -- 2.25.1