projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f6308
)
Normalize import order in asynchronous.__init__
author
Harmon
<Harmon758@gmail.com>
Thu, 20 Oct 2022 19:44:29 +0000
(14:44 -0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 20 Oct 2022 19:44:29 +0000
(14:44 -0500)
tweepy/asynchronous/__init__.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/asynchronous/__init__.py
b/tweepy/asynchronous/__init__.py
index 3bd4dc2e46e7cf9a412df8045909ad97f9b26184..a3cf99945a8127f9ce1d5af8d38ae96b90cdeff0 100644
(file)
--- a/
tweepy/asynchronous/__init__.py
+++ b/
tweepy/asynchronous/__init__.py
@@
-19,6
+19,6
@@
except ModuleNotFoundError:
"installed"
)
-from tweepy.asynchronous.streaming import AsyncStream, AsyncStreamingClient
from tweepy.asynchronous.client import AsyncClient
from tweepy.asynchronous.pagination import AsyncPaginator
+from tweepy.asynchronous.streaming import AsyncStream, AsyncStreamingClient