Skip to content

Commit e2b593d

Browse files
committed
fix: type error
1 parent 525dd8f commit e2b593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supertokens_python/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def default_api_override(
348348

349349
config = config.from_overrideable_config(
350350
overrideable_config=overridden_config,
351-
)
351+
) # type: ignore - various config types used, but will never pass config from a different recipe
352352

353353
if overrides.functions is not None:
354354
function_layers.append(overrides.functions)

0 commit comments

Comments
 (0)