From e0f38cbbb1cdcd3602ed2fca802aebf9bc37f406 Mon Sep 17 00:00:00 2001 From: jackwener Date: Sat, 14 Mar 2026 13:32:28 +0800 Subject: [PATCH] fix(ci): restore FALLBACK_QUERY_IDS import, remove unused patch import --- tests/test_parser_fixtures.py | 2 -- twitter_cli/client.py | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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,