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 7818934 commit 2e72ca9Copy full SHA for 2e72ca9
descope/authmethod/enchantedlink.py
@@ -1,9 +1,7 @@
1
from __future__ import annotations
2
3
-from typing import TYPE_CHECKING
+import httpx
4
5
-if TYPE_CHECKING:
6
- import httpx
7
from descope._auth_base import AuthBase
8
from descope.auth import Auth
9
from descope.common import (
0 commit comments