mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
fixed import
This commit is contained in:
parent
8e7d76bbce
commit
93e884c805
|
@ -3,7 +3,7 @@ from __future__ import absolute_import
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
from aniso8601 import parse_date, parse_datetime, parse_time
|
from aniso8601 import parse_date, parse_datetime, parse_time
|
||||||
from graphql.error import INVALID
|
from graphql import INVALID
|
||||||
from graphql.language import StringValueNode
|
from graphql.language import StringValueNode
|
||||||
|
|
||||||
from .scalars import Scalar
|
from .scalars import Scalar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user