From bbe1de9f9d0c11c02eb3cdb776f3e6a13c8be48c Mon Sep 17 00:00:00 2001 From: Christian Teijon Date: Thu, 13 May 2021 10:28:07 +0200 Subject: [PATCH] Update documentation filter and sample are no longer coroutines --- tweepy/asynchronous/streaming.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index 65df003..1c7a559 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -146,9 +146,7 @@ class AsyncStream: def filter(self, *, follow=None, track=None, locations=None, filter_level=None, languages=None, stall_warnings=False): - """|coroutine| - - Filter realtime Tweets + """Filter realtime Tweets Parameters ---------- @@ -235,9 +233,7 @@ class AsyncStream: return self.task def sample(self, *, languages=None, stall_warnings=False): - """|coroutine| - - Sample realtime Tweets + """Sample realtime Tweets Parameters ---------- -- 2.25.1