From 0c7fa4221a788f1b168af1a9cbf193e95e1b28d3 Mon Sep 17 00:00:00 2001 From: legokichi Date: Wed, 25 May 2016 02:01:21 +0900 Subject: [PATCH] add unretweet api --- tweepy/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index f46b660..e732262 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -273,7 +273,6 @@ class API(object): require_auth=True ) - @property def retweets(self): """ :reference: https://dev.twitter.com/rest/reference/get/statuses/retweets/%3Aid -- 2.25.1