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 79f0de4 commit 1e0085dCopy full SHA for 1e0085d
supertokens_python/plugins.py
@@ -328,7 +328,7 @@ def default_api_override(
328
329
config = config.from_overrideable_config(
330
overrideable_config=overridden_config,
331
- )
+ ) # type: ignore - various config types used, but will never pass config from a different recipe
332
333
if overrides.functions is not None:
334
function_layers.append(overrides.functions)
0 commit comments