Skip to content

Commit

Permalink
Change param indentation in convert_django_field_with_choices
Browse files Browse the repository at this point in the history
  • Loading branch information
M69k65y committed Feb 21, 2024
1 parent 6d7e14e commit 3d1e6f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions graphene_django_cud/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ def description(self):


def convert_django_field_with_choices(
field,
registry=None,
required=None,
field_many_to_many_extras=None,
field_foreign_key_extras=None,
field_one_to_one_extras=None,
field,
registry=None,
required=None,
field_many_to_many_extras=None,
field_foreign_key_extras=None,
field_one_to_one_extras=None,
):
choices = getattr(field, "choices", None)

Expand Down

0 comments on commit 3d1e6f4

Please sign in to comment.