Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 7, 2023
1 parent af96115 commit 7c71e73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pydantic/_internal/_mock_val_ser.py
@@ -1,10 +1,11 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Callable, Generic, Literal, TypeVar
from typing import TYPE_CHECKING, Callable, Generic, TypeVar

from pydantic_core import SchemaSerializer, SchemaValidator
from typing_extensions import Literal

from pydantic.errors import PydanticErrorCodes, PydanticUserError
from ..errors import PydanticErrorCodes, PydanticUserError

if TYPE_CHECKING:
from ..dataclasses import PydanticDataclass
Expand Down

0 comments on commit 7c71e73

Please sign in to comment.