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.
2 parents 77e3463 + d73d303 commit 3da17dfCopy full SHA for 3da17df
supertokens_python/recipe/dashboard/__init__.py
@@ -14,11 +14,10 @@
14
15
from __future__ import annotations
16
17
-from typing import TYPE_CHECKING, Callable, Optional, Union
+from typing import Callable, Optional, Union
18
19
-if TYPE_CHECKING:
20
- from supertokens_python import AppInfo, RecipeModule
21
- from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
+from supertokens_python import AppInfo, RecipeModule
+from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
22
23
from .recipe import DashboardRecipe
24
0 commit comments