Skip to content

Commit cd0eca5

Browse files
committed
linting fix
1 parent 9bb79df commit cd0eca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_typers() -> t.Any:
6161

6262
if meta_ and meta_.has_meta:
6363
module_configs = AppFactory.get_all_modules(
64-
ModuleSetup(meta_.import_root_module())
64+
ModuleSetup(meta_.import_root_module()) # type:ignore
6565
)
6666
reflector = Reflector()
6767

0 commit comments

Comments
 (0)