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 5e6f689 commit 5d97c84Copy full SHA for 5d97c84
graphene/utils/subclass_with_meta.py
@@ -19,7 +19,6 @@ def __repr__(cls):
19
class SubclassWithMeta(metaclass=SubclassWithMeta_Meta):
20
"""This class improves __init_subclass__ to receive automatically the options from meta"""
21
22
- # We will only have the metaclass in Python 2
23
def __init_subclass__(cls, **meta_options):
24
"""This method just terminates the super() chain"""
25
_Meta = getattr(cls, "Meta", None)
0 commit comments