Fix test (six still required in scalars.py)

This commit is contained in:
Eran Kampf 2019-06-01 14:48:01 -07:00
parent b06f844606
commit 07209755c2

View File

@ -1,3 +1,4 @@
import six
from typing import Any
from graphql.language.ast import BooleanValue, FloatValue, IntValue, StringValue