Skip to content

Commit 8f40f0f

Browse files
authored
Update types.py
1 parent ff9d718 commit 8f40f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphene_django/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
from collections import OrderedDict
33
from typing import Type
44

5-
import graphene
65
from django.db.models import Model
6+
7+
import graphene
78
from graphene import Field
89
from graphene.relay import Connection, Node
910
from graphene.types.objecttype import ObjectType, ObjectTypeOptions

0 commit comments

Comments
 (0)