Skip to content

Commit 6271ba2

Browse files
committed
fixed code style
1 parent 725d40b commit 6271ba2

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)