diff --git a/tests/test_parser_fixtures.py b/tests/test_parser_fixtures.py index 81f1d3e..7e15afe 100644 --- a/tests/test_parser_fixtures.py +++ b/tests/test_parser_fixtures.py @@ -1,7 +1,5 @@ from __future__ import annotations -from unittest.mock import patch - from twitter_cli.client import TwitterClient from twitter_cli.parser import _deep_get, parse_timeline_response diff --git a/twitter_cli/client.py b/twitter_cli/client.py index d736e74..329d046 100644 --- a/twitter_cli/client.py +++ b/twitter_cli/client.py @@ -40,6 +40,7 @@ from .exceptions import ( TwitterAPIError, ) from .graphql import ( + FALLBACK_QUERY_IDS, FEATURES, _build_graphql_url, _invalidate_query_id,