Remove use_replay import in test_api.py
authorHarmon <Harmon758@gmail.com>
Tue, 13 Apr 2021 05:37:11 +0000 (00:37 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 13 Apr 2021 05:37:11 +0000 (00:37 -0500)
tests/test_api.py

index f123363e9693618eb2510d6559850c67395f6c4c..3c03b12535f6fcd8ded5e9705ad4a0e5ad36e22c 100644 (file)
@@ -5,7 +5,7 @@ import time
 import unittest
 from ast import literal_eval
 
-from .config import tape, TweepyTestCase, use_replay, username
+from .config import tape, TweepyTestCase, username
 from tweepy import API, FileCache, Friendship, MemoryCache
 from tweepy.parsers import Parser