Skip to content

Commit 8d2a1f6

Browse files
committed
Update enchantedlink.py
1 parent b2cfc95 commit 8d2a1f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

descope/authmethod/enchantedlink.py

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

3-
from typing import Awaitable, Union, TYPE_CHECKING
4-
5-
if TYPE_CHECKING:
6-
import httpx
3+
from typing import Awaitable, Union
4+
import httpx
75

86
from descope._auth_base import AuthBase
97
from descope.auth import Auth

0 commit comments

Comments
 (0)