Skip to content

Commit a4d1919

Browse files
committed
fix(internal): fix fixture import lint
1 parent e7af144 commit a4d1919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api_resources/test_access_tokens.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from tests.utils import assert_matches_type
1313

1414
if TYPE_CHECKING:
15-
from _pytest.fixtures import FixtureRequest
15+
16+
from _pytest.fixtures import FixtureRequest # pyright: ignore[reportPrivateImportUsage]
1617

1718
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
1819
client_id = "00000000-0000-0000-0000-000000000000"

0 commit comments

Comments
 (0)