Remove duplicate ErrorType (#701)

This commit is contained in:
Jonathan Kim 2019-07-07 20:06:01 +01:00 committed by GitHub
parent 3b541e3d05
commit 9aabe2cbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,3 @@
import graphene
class ErrorType(graphene.ObjectType):
field = graphene.String()
messages = graphene.List(graphene.String)
from ..types import ErrorType # noqa Import ErrorType for backwards compatability