Cleanup: pep8
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
VERBOSE = True
|
||||
TIMEIT = True
|
||||
|
||||
|
||||
class C_defs:
|
||||
__slots__ = ()
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
raise RuntimeError("%s should not be instantiated" % cls)
|
||||
|
||||
@@ -570,7 +572,6 @@ class ExpandID:
|
||||
|
||||
yield block.get_pointer(b'group')
|
||||
|
||||
|
||||
@staticmethod
|
||||
def expand_TE(block): # 'Tex'
|
||||
yield from ExpandID._expand_generic_animdata(block)
|
||||
|
Reference in New Issue
Block a user