Skip to content

Commit

Permalink
Normalize import order in asynchronous.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 20, 2022
1 parent 73f6308 commit 42c80d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/asynchronous/__init__.py
Expand Up @@ -19,6 +19,6 @@
"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

0 comments on commit 42c80d4

Please sign in to comment.