Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 25, 2023
1 parent 064db83 commit fee8e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry/experimental/pydantic2/fields.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import builtins
from typing import Any, Type
from typing_extensions import get_args, get_origin

import pydantic
from pydantic import BaseModel
from pydantic._internal._typing_extra import is_new_type
from pydantic._internal._utils import lenient_issubclass
from typing_extensions import get_args, get_origin

from strawberry.experimental.pydantic2.exceptions import (
UnregisteredTypeException,
Expand Down

0 comments on commit fee8e8d

Please sign in to comment.