Closed oieduardorabelo closed 6 months ago
pylance reports there's no export from tortoise.contrib.pydantic called pydantic_model_creator
tortoise.contrib.pydantic
pydantic_model_creator
But which imported in __init__.py
__init__.py
It might make more sense to list those in __all__ inside __init__.py explicitly. That should get rid of this error without changing any end-user code.
__all__
Description
pylance reports there's no export from
tortoise.contrib.pydantic
calledpydantic_model_creator
Motivation and Context
How Has This Been Tested?
Checklist: