We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a1391 commit bc182c3Copy full SHA for bc182c3
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()) # type: ignore
+ ModuleSetup(meta_.import_root_module())
65
)
66
reflector = Reflector()
67
ellar_cli/schema.py
@@ -1,6 +1,6 @@
1
import typing as t
2
3
-from ellar.serializer import Serializer
+from ellar.core.serializer import Serializer
4
from pydantic import Field
5
6
0 commit comments