Skip to content

Commit eebbc0f

Browse files
committed
adding dev-v0.12.3 tag to this commit to ensure building
1 parent 3da17df commit eebbc0f

File tree

1 file changed

+4
-5
lines changed
  • html/supertokens_python/recipe/dashboard

1 file changed

+4
-5
lines changed

html/supertokens_python/recipe/dashboard/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.dashboard</code></h1>
4242

4343
from __future__ import annotations
4444

45-
from typing import TYPE_CHECKING, Callable, Optional, Union
45+
from typing import Callable, Optional, Union
4646

47-
if TYPE_CHECKING:
48-
from supertokens_python import AppInfo, RecipeModule
49-
from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
47+
from supertokens_python import AppInfo, RecipeModule
48+
from supertokens_python.recipe.dashboard.utils import InputOverrideConfig
5049

5150
from .recipe import DashboardRecipe
5251

@@ -100,7 +99,7 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
10099
<h2 class="section-title" id="header-functions">Functions</h2>
101100
<dl>
102101
<dt id="supertokens_python.recipe.dashboard.init"><code class="name flex">
103-
<span>def <span class="ident">init</span></span>(<span>api_key: Union[str, None] = None, override: Optional[InputOverrideConfig] = None) ‑> Callable[[AppInfo], RecipeModule]</span>
102+
<span>def <span class="ident">init</span></span>(<span>api_key: Union[str, None] = None, override: Optional[InputOverrideConfig] = None) ‑> Callable[[<a title="supertokens_python.supertokens.AppInfo" href="../../supertokens.html#supertokens_python.supertokens.AppInfo">AppInfo</a>], <a title="supertokens_python.recipe_module.RecipeModule" href="../../recipe_module.html#supertokens_python.recipe_module.RecipeModule">RecipeModule</a>]</span>
104103
</code></dt>
105104
<dd>
106105
<div class="desc"></div>

0 commit comments

Comments
 (0)