Skip to content

Commit 546a82b

Browse files
committed
Updated time imports
1 parent 883d177 commit 546a82b

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)