Skip to content

Commit 627eda6

Browse files
committed
skip mypy
1 parent 41c148d commit 627eda6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)