Skip to content

Commit 3da17df

Browse files
Merge pull request #295 from supertokens/dashboard-test-fix
fix: broken tests for dashboard email password PR
2 parents 77e3463 + d73d303 commit 3da17df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

supertokens_python/recipe/dashboard/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
from __future__ import annotations
1616

17-
from typing import TYPE_CHECKING, Callable, Optional, Union
17+
from typing import Callable, Optional, Union
1818

19-
if TYPE_CHECKING:
20-
from supertokens_python import AppInfo, RecipeModule
21-
from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
19+
from supertokens_python import AppInfo, RecipeModule
20+
from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
2221

2322
from .recipe import DashboardRecipe
2423

0 commit comments

Comments
 (0)