mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Fix test (six still required in scalars.py)
This commit is contained in:
parent
b06f844606
commit
07209755c2
|
@ -1,3 +1,4 @@
|
|||
import six
|
||||
from typing import Any
|
||||
|
||||
from graphql.language.ast import BooleanValue, FloatValue, IntValue, StringValue
|
||||
|
|
Loading…
Reference in New Issue
Block a user