Cleanup: pep8
This commit is contained in:
@@ -242,6 +242,7 @@ class NLA_MT_snap_pie(Menu):
|
||||
pie.operator("nla.snap", text="Nearest Second").type = 'NEAREST_SECOND'
|
||||
pie.operator("nla.snap", text="Nearest Marker").type = 'NEAREST_MARKER'
|
||||
|
||||
|
||||
class NLA_MT_context_menu(Menu):
|
||||
bl_label = "NLA Context Menu"
|
||||
|
||||
@@ -285,7 +286,6 @@ class NLA_MT_channel_context_menu(Menu):
|
||||
layout.operator("anim.channels_clean_empty")
|
||||
|
||||
|
||||
|
||||
classes = (
|
||||
NLA_HT_header,
|
||||
NLA_MT_edit,
|
||||
|
||||
Reference in New Issue
Block a user