Fix linting.

This commit is contained in:
Markus Padourek 2016-10-21 10:18:26 +01:00 committed by GitHub
parent 014769294b
commit 45b3ba55d7

View File

@ -1,4 +1,5 @@
import six
import types
from graphql.language.ast import (BooleanValue, FloatValue, IntValue,
StringValue)