Skip to content

Commit 364d4f8

Browse files
committed
Merge branch 'master' into form_mutations
2 parents bb6da28 + 546a82b commit 364d4f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphene_django/converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from django.utils.encoding import force_text
33

44
from graphene import (ID, Boolean, Dynamic, Enum, Field, Float, Int, List,
5-
NonNull, String, UUID)
6-
from graphene.types.datetime import DateTime, Date, Time
5+
NonNull, String, UUID, DateTime, Date, Time)
76
from graphene.types.json import JSONString
87
from graphene.utils.str_converters import to_camel_case, to_const
98
from graphql import assert_valid_name

0 commit comments

Comments
 (0)