fixed import

This commit is contained in:
Jayden Windle 2020-02-26 12:52:41 -06:00
parent 8e7d76bbce
commit 93e884c805

View File

@ -3,7 +3,7 @@ from __future__ import absolute_import
import datetime
from aniso8601 import parse_date, parse_datetime, parse_time
from graphql.error import INVALID
from graphql import INVALID
from graphql.language import StringValueNode
from .scalars import Scalar