From e323190a4f2642b3b91b05161e1700e72e0731f7 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Wed, 7 Nov 2012 19:36:05 -0800 Subject: [PATCH] Remove deprecated trends endpoint. --- tweepy/api.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index 00207aa..8acd57f 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -677,12 +677,6 @@ class API(object): ) search.pagination_mode = 'page' - """ trends """ - trends = bind_api( - path = '/trends.json', - payload_type = 'json' - ) - """ trends/current """ trends_current = bind_api( path = '/trends/current.json', -- 2.25.1