Remove duplicate ErrorType

This commit is contained in:
Jonathan Kim 2019-07-07 11:46:24 +01:00
parent 3b541e3d05
commit adc60be826

View File

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