From 07209755c2ffbec74da218d24074b10193fdbefc Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Sat, 1 Jun 2019 14:48:01 -0700 Subject: [PATCH] Fix test (six still required in scalars.py) --- graphene/types/scalars.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene/types/scalars.py b/graphene/types/scalars.py index 86380b68..a5596d28 100644 --- a/graphene/types/scalars.py +++ b/graphene/types/scalars.py @@ -1,3 +1,4 @@ +import six from typing import Any from graphql.language.ast import BooleanValue, FloatValue, IntValue, StringValue