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 725d40b commit 6271ba2Copy full SHA for 6271ba2
ellar_cli/main.py
@@ -61,7 +61,7 @@ def build_typers() -> t.Any:
61
62
if meta_ and meta_.has_meta:
63
module_configs = AppFactory.get_all_modules(
64
- ModuleSetup(meta_.import_root_module())
+ ModuleSetup(meta_.import_root_module()) # type: ignore
65
)
66
reflector = Reflector()
67
0 commit comments