mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-23 01:56:54 +03:00
Fixed flake error
This commit is contained in:
parent
a48b41eaf9
commit
bf5e0e2881
|
@ -15,7 +15,6 @@ class AbstractTypeMeta(type):
|
||||||
our fields that the other types will inherit from.
|
our fields that the other types will inherit from.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
def __new__(cls, name, bases, attrs):
|
def __new__(cls, name, bases, attrs):
|
||||||
# Also ensure initialization is only performed for subclasses of
|
# Also ensure initialization is only performed for subclasses of
|
||||||
# AbstractType
|
# AbstractType
|
||||||
|
|
Loading…
Reference in New Issue
Block a user