projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa2366
)
Remove Space.__str__
author
Harmon
<Harmon758@gmail.com>
Tue, 16 Nov 2021 14:10:31 +0000
(08:10 -0600)
committer
Harmon
<Harmon758@gmail.com>
Tue, 16 Nov 2021 14:10:31 +0000
(08:10 -0600)
tweepy/space.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/space.py
b/tweepy/space.py
index f1fbcd9b7b473072cb4baae40e42c3fe2079b603..49c3cd25fc77a264c4df063d987c1591515823f7 100644
(file)
--- a/
tweepy/space.py
+++ b/
tweepy/space.py
@@
-47,6
+47,3
@@
class Space(HashableID, DataMapping):
def __repr__(self):
return f"<Space id={self.id} state={self.state}>"
-
- def __str__(self):
- return self.full_name