Skip to content

Commit 8f19ae1

Browse files
committed
Merge branch 'feat/httpx' into feat/async-methods
2 parents 11d9532 + 2e72ca9 commit 8f19ae1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

descope/authmethod/enchantedlink.py

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

3-
from typing import Awaitable, Union, TYPE_CHECKING
3+
from typing import Awaitable, Union
44

5-
if TYPE_CHECKING:
6-
import httpx
5+
import httpx
76

87
from descope._auth_base import AuthBase
98
from descope.auth import Auth

0 commit comments

Comments
 (0)