From 0feef9cc07528055acb8f3f6ffbcacf5f1b8d480 Mon Sep 17 00:00:00 2001 From: ariel1899 Date: Thu, 16 Apr 2020 17:12:18 -0400 Subject: [PATCH] Change code with black --- graphene_django/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene_django/types.py b/graphene_django/types.py index a1cc346..4997266 100644 --- a/graphene_django/types.py +++ b/graphene_django/types.py @@ -3,6 +3,7 @@ from collections import OrderedDict from functools import partial import six +from django.db.models import Model from django.utils.functional import SimpleLazyObject import graphene