Skip to content

Commit 1e0085d

Browse files
committed
fix: type error
1 parent 79f0de4 commit 1e0085d

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
@@ -328,7 +328,7 @@ def default_api_override(
328328

329329
config = config.from_overrideable_config(
330330
overrideable_config=overridden_config,
331-
)
331+
) # type: ignore - various config types used, but will never pass config from a different recipe
332332

333333
if overrides.functions is not None:
334334
function_layers.append(overrides.functions)

0 commit comments

Comments
 (0)