Skip to content

Commit e0f38cb

Browse files
committed
fix(ci): restore FALLBACK_QUERY_IDS import, remove unused patch import
1 parent e648880 commit e0f38cb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_parser_fixtures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
from unittest.mock import patch
4-
53
from twitter_cli.client import TwitterClient
64
from twitter_cli.parser import _deep_get, parse_timeline_response
75

twitter_cli/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
TwitterAPIError,
4141
)
4242
from .graphql import (
43+
FALLBACK_QUERY_IDS,
4344
FEATURES,
4445
_build_graphql_url,
4546
_invalidate_query_id,

0 commit comments

Comments
 (0)