projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7de39
)
Add missing angle bracket to string representation of ReferencedTweet
author
Harmon
<Harmon758@gmail.com>
Fri, 28 Oct 2022 01:34:05 +0000
(20:34 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 28 Oct 2022 01:34:05 +0000
(20:34 -0500)
tweepy/tweet.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/tweet.py
b/tweepy/tweet.py
index 212d4200e12105330263ce3b22be5838f0df0ccf..b93d7a86209591b8a678fee27300ccc55edcd0c7 100644
(file)
--- a/
tweepy/tweet.py
+++ b/
tweepy/tweet.py
@@
-212,4
+212,4
@@
class ReferencedTweet(HashableID, DataMapping):
self.type = data["type"]
def __repr__(self):
- return f"<ReferencedTweet id={self.id} type={self.type}"
+ return f"<ReferencedTweet id={self.id} type={self.type}
>
"