Skip to content

Commit 82055ac

Browse files
committed
Add missing imports
1 parent 712d57e commit 82055ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from graphene.types.datetime import DateTime, Time
99
from graphene.types.json import JSONString
1010

11-
from ..compat import JSONField
11+
from ..compat import JSONField, ArrayField, HStoreField, RangeField, MissingType
1212
from ..converter import convert_django_field, convert_django_field_with_choices
1313
from ..registry import Registry
1414
from ..types import DjangoObjectType

0 commit comments

Comments
 (0)