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 525dd8f commit e2b593dCopy full SHA for e2b593d
supertokens_python/plugins.py
@@ -348,7 +348,7 @@ def default_api_override(
348
349
config = config.from_overrideable_config(
350
overrideable_config=overridden_config,
351
- )
+ ) # type: ignore - various config types used, but will never pass config from a different recipe
352
353
if overrides.functions is not None:
354
function_layers.append(overrides.functions)
0 commit comments