We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb79df commit cd0eca5Copy full SHA for cd0eca5
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