From a94a89d88f9c7c81922e741f48faa2a8ebe6a4d5 Mon Sep 17 00:00:00 2001 From: lilac-supernova-2 <143229315+lilac-supernova-2@users.noreply.github.com> Date: Sat, 26 Aug 2023 03:54:15 -0400 Subject: [PATCH] Linting --- graphene_django/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene_django/types.py b/graphene_django/types.py index fab4017..fbbc28f 100644 --- a/graphene_django/types.py +++ b/graphene_django/types.py @@ -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 ():