mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +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.
|
||||
'''
|
||||
|
||||
|
||||
def __new__(cls, name, bases, attrs):
|
||||
# Also ensure initialization is only performed for subclasses of
|
||||
# AbstractType
|
||||
|
|
Loading…
Reference in New Issue
Block a user