We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7af144 commit a4d1919Copy full SHA for a4d1919
tests/api_resources/test_access_tokens.py
@@ -12,7 +12,8 @@
12
from tests.utils import assert_matches_type
13
14
if TYPE_CHECKING:
15
- from _pytest.fixtures import FixtureRequest
+
16
+ from _pytest.fixtures import FixtureRequest # pyright: ignore[reportPrivateImportUsage]
17
18
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
19
client_id = "00000000-0000-0000-0000-000000000000"
0 commit comments