Skip to content

Commit 9aabe2c

Browse files
authored
Remove duplicate ErrorType (#701)
1 parent 3b541e3 commit 9aabe2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

graphene_django/forms/types.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
import graphene
22

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

0 commit comments

Comments
 (0)