mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Linting
This commit is contained in:
parent
98fd498959
commit
a94a89d88f
|
@ -94,6 +94,7 @@ def validate_only_fields(only_fields, all_field_names, model, type_):
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
def validate_exclude_fields(exclude_fields, all_field_names, model, type_):
|
||||
# Validate exclude fields
|
||||
for name in exclude_fields or ():
|
||||
|
|
Loading…
Reference in New Issue
Block a user