Perform schemas lazy import only if not type checking
without this we hide errors when import is missing while type checking also we need alias for lazy_getattr because otherwise lazy_getattr is not type-checked
Loading
Please sign in to comment
without this we hide errors when import is missing while type checking also we need alias for lazy_getattr because otherwise lazy_getattr is not type-checked