From d4df0691b4686161cc4bda0c85f29b75f207e0c2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 27 Oct 2022 20:34:05 -0500 Subject: [PATCH] Add missing angle bracket to string representation of ReferencedTweet --- tweepy/tweet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"" -- 2.25.1