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 be4a623 commit 3051374Copy full SHA for 3051374
graphene_django/tests/test_types.py
@@ -78,7 +78,7 @@ class Meta:
78
@classmethod
79
def __init_subclass_with_meta__(cls, _meta=None, **options):
80
_meta = ArticleTypeOptions(cls)
81
- super().__init_subclass_with_meta__(_meta=_meta, **options)
+ super(ArticleType, cls).__init_subclass_with_meta__(_meta=_meta, **options)
82
83
class Article(ArticleType):
84
class Meta:
0 commit comments