Cleanup: pep8

This commit is contained in:
2020-12-16 18:02:40 +11:00
parent f34ca933a8
commit e671c548e6
14 changed files with 35 additions and 17 deletions

View File

@@ -297,6 +297,7 @@ class TIME_PT_keyframing_settings(TimelinePanelButtons, Panel):
col.label(text="New Keyframe Type")
col.prop(tool_settings, "keyframe_type", text="")
class TIME_PT_auto_keyframing(TimelinePanelButtons, Panel):
bl_label = "Auto Keyframing"
bl_options = {'HIDE_HEADER'}