projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd2dc5
)
Improve formatting for NoIdItem in ResultSet tests
author
Harmon
<Harmon758@gmail.com>
Sun, 27 Dec 2020 22:50:24 +0000
(16:50 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 27 Dec 2020 22:50:24 +0000
(16:50 -0600)
tests/test_resultset.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_resultset.py
b/tests/test_resultset.py
index 861f3a59dcb0de68203eb378e0e2166fc3efd081..87f4bff7ab44b2bf5aa728ee44b7a7019dd6bcb4 100644
(file)
--- a/
tests/test_resultset.py
+++ b/
tests/test_resultset.py
@@
-2,7
+2,8
@@
from .config import TweepyTestCase
from tweepy.models import ResultSet
-class NoIdItem: pass
+class NoIdItem:
+ pass
class IdItem:
def __init__(self, id):