diff --git a/graphene/types/abstracttype.py b/graphene/types/abstracttype.py index 4930bbf8..6a7e7152 100644 --- a/graphene/types/abstracttype.py +++ b/graphene/types/abstracttype.py @@ -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