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 77e3463 commit d73d303Copy full SHA for d73d303
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