This commit is contained in:
parent
e4ed916baa
commit
c531b4a911
4 changed files with 7 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ from ._utils import (
|
|||
)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from pydantic_core.core_schema import LiteralSchema, ModelField, ModelFieldsSchema
|
||||
from pydantic_core.core_schema import ModelField
|
||||
|
||||
__all__ = ["BaseModel", "GenericModel"]
|
||||
_BaseModelT = TypeVar("_BaseModelT", bound="BaseModel")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue