Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Minister944 committed Feb 23, 2024
1 parent ebd40d0 commit 4f0a3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ariadne_codegen/client_generators/result_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
generate_ann_assign,
generate_class_def,
generate_constant,
generate_expr,
generate_import_from,
generate_method_call,
generate_module,
generate_pass,
generate_pydantic_field,
generate_method_call,
generate_expr,
)
from ..exceptions import NotSupported, ParsingError
from ..plugins.manager import PluginManager
Expand All @@ -57,13 +57,13 @@
MIXIN_FROM_NAME,
MIXIN_IMPORT_NAME,
MIXIN_NAME,
MODEL_REBUILD_METHOD,
OPTIONAL,
PYDANTIC_MODULE,
TYPENAME_ALIAS,
TYPENAME_FIELD_NAME,
TYPING_MODULE,
UNION,
MODEL_REBUILD_METHOD,
)
from .result_fields import FieldContext, is_union, parse_operation_field
from .scalars import ScalarData, generate_scalar_imports
Expand Down

0 comments on commit 4f0a3a3

Please sign in to comment.