Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 1c6eba6

Browse files
committed
fix imports
1 parent 824a124 commit 1c6eba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import json
1010
import sys
1111

12-
from twitter import Twitter, NoAuth, OAuth, OAuth2, read_token_file, TwitterHTTPError
12+
from twitter import Twitter, TwitterStream, TwitterStream2, NoAuth, OAuth, OAuth2, read_token_file, TwitterHTTPError
1313
from twitter.api import TwitterDictResponse, TwitterListResponse, POST_ACTIONS, method_for_uri
1414

1515
noauth = NoAuth()

0 commit comments

Comments
 (0)