Add missing angle bracket to string representation of ReferencedTweet
authorHarmon <Harmon758@gmail.com>
Fri, 28 Oct 2022 01:34:05 +0000 (20:34 -0500)
committerHarmon <Harmon758@gmail.com>
Fri, 28 Oct 2022 01:34:05 +0000 (20:34 -0500)
tweepy/tweet.py

index 212d4200e12105330263ce3b22be5838f0df0ccf..b93d7a86209591b8a678fee27300ccc55edcd0c7 100644 (file)
@@ -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}>"