cleanup: pep8
also remove empty class parenthesis
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
# don't register these classes since they are only helpers.
|
||||
|
||||
|
||||
class MotionPathButtonsPanel():
|
||||
class MotionPathButtonsPanel:
|
||||
bl_space_type = 'PROPERTIES'
|
||||
bl_region_type = 'WINDOW'
|
||||
bl_label = "Motion Paths"
|
||||
@@ -97,7 +97,7 @@ class MotionPathButtonsPanel():
|
||||
|
||||
|
||||
# FIXME: this panel still needs to be ported so that it will work correctly with animviz
|
||||
class OnionSkinButtonsPanel():
|
||||
class OnionSkinButtonsPanel:
|
||||
bl_space_type = 'PROPERTIES'
|
||||
bl_region_type = 'WINDOW'
|
||||
bl_label = "Onion Skinning"
|
||||
|
||||
Reference in New Issue
Block a user