mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
fix: apply specific black formatting
This commit is contained in:
parent
b1dfcb741e
commit
1a1cf1725b
|
@ -66,10 +66,7 @@ class DjangoListField(Field):
|
|||
_type = _type.of_type
|
||||
django_object_type = _type.of_type.of_type
|
||||
return partial(
|
||||
self.list_resolver,
|
||||
django_object_type,
|
||||
parent_resolver,
|
||||
self.get_manager(),
|
||||
self.list_resolver, django_object_type, parent_resolver, self.get_manager(),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user