Skip to content

Commit 2e72ca9

Browse files
committed
Update enchantedlink.py
1 parent 7818934 commit 2e72ca9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

descope/authmethod/enchantedlink.py

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

3-
from typing import TYPE_CHECKING
3+
import httpx
44

5-
if TYPE_CHECKING:
6-
import httpx
75
from descope._auth_base import AuthBase
86
from descope.auth import Auth
97
from descope.common import (

0 commit comments

Comments
 (0)