We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b541e3 commit 9aabe2cCopy full SHA for 9aabe2c
graphene_django/forms/types.py
@@ -1,6 +1,3 @@
1
import graphene
2
3
-
4
-class ErrorType(graphene.ObjectType):
5
- field = graphene.String()
6
- messages = graphene.List(graphene.String)
+from ..types import ErrorType # noqa Import ErrorType for backwards compatability
0 commit comments