projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e1d06
)
Remove use_replay import in test_api.py
author
Harmon
<Harmon758@gmail.com>
Tue, 13 Apr 2021 05:37:11 +0000
(
00:37
-0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 13 Apr 2021 05:37:11 +0000
(
00:37
-0500)
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index f123363e9693618eb2510d6559850c67395f6c4c..3c03b12535f6fcd8ded5e9705ad4a0e5ad36e22c 100644
(file)
--- a/
tests/test_api.py
+++ b/
tests/test_api.py
@@
-5,7
+5,7
@@
import time
import unittest
from ast import literal_eval
-from .config import tape, TweepyTestCase, use
_replay, use
rname
+from .config import tape, TweepyTestCase, username
from tweepy import API, FileCache, Friendship, MemoryCache
from tweepy.parsers import Parser