From: Harmon Date: Fri, 28 Oct 2022 01:34:05 +0000 (-0500) Subject: Add missing angle bracket to string representation of ReferencedTweet X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d4df0691b4686161cc4bda0c85f29b75f207e0c2;p=tweepy.git Add missing angle bracket to string representation of ReferencedTweet --- diff --git a/tweepy/tweet.py b/tweepy/tweet.py index 212d420..b93d7a8 100644 --- 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""