mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Fix pyupgrade
This commit is contained in:
parent
9744b13a2f
commit
1960d6dd8e
|
@ -88,9 +88,7 @@ class DjangoFormInputObjectType(InputObjectType):
|
|||
elif "id" not in exclude_fields:
|
||||
cls.id = ID(required=False)
|
||||
|
||||
super(DjangoFormInputObjectType, cls).__init_subclass_with_meta__(
|
||||
container=container, _meta=_meta, **options
|
||||
)
|
||||
super().__init_subclass_with_meta__(container=container, _meta=_meta, **options)
|
||||
|
||||
@staticmethod
|
||||
def get_enum_cnv_cls_instance(field_name, object_type):
|
||||
|
|
Loading…
Reference in New Issue
Block a user