We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cfc95 commit 8d2a1f6Copy full SHA for 8d2a1f6
descope/authmethod/enchantedlink.py
@@ -1,9 +1,7 @@
1
from __future__ import annotations
2
3
-from typing import Awaitable, Union, TYPE_CHECKING
4
-
5
-if TYPE_CHECKING:
6
- import httpx
+from typing import Awaitable, Union
+import httpx
7
8
from descope._auth_base import AuthBase
9
from descope.auth import Auth
0 commit comments