tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.68k stars 390 forks source link

docs: fix import for pydantic_model_creator #1421

Closed oieduardorabelo closed 6 months ago

oieduardorabelo commented 1 year ago

Description

pylance reports there's no export from tortoise.contrib.pydantic called pydantic_model_creator

CleanShot 2023-07-11 at 11 34 33

Motivation and Context

How Has This Been Tested?

Checklist:

long2ice commented 1 year ago

But which imported in __init__.py

wont-work commented 1 year ago

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.