From c5a5e7f7ba706965d6e401c9cb3a8ff494ddb3e6 Mon Sep 17 00:00:00 2001 From: Devesh Pal Date: Thu, 27 Oct 2022 17:36:02 +0530 Subject: [PATCH] Update tweepy/media.py Co-authored-by: Harmon --- tweepy/media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/media.py b/tweepy/media.py index 1729a2c..0bf7f74 100644 --- a/tweepy/media.py +++ b/tweepy/media.py @@ -60,7 +60,7 @@ class Media(DataMapping): A description of an image to enable and support accessibility. Can be up to 1000 characters long. Alt text can only be added to images at the moment. - variants: List[Dict] | None + variants: list[dict] | None Each media object may have multiple display or playback variants, with different resolutions or formats -- 2.25.1