Fixed flake error

This commit is contained in:
Syrus Akbary 2016-08-17 00:52:02 -07:00
parent a48b41eaf9
commit bf5e0e2881

View File

@ -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