cleanup: pep8
also remove empty class parenthesis
This commit is contained in:
@@ -245,7 +245,7 @@ def keyconfig_export(wm, kc, filepath):
|
||||
# the default blender keyconfig, recreating the current setup from a fresh blender
|
||||
# without needing to export keymaps which haven't been edited.
|
||||
|
||||
class FakeKeyConfig():
|
||||
class FakeKeyConfig:
|
||||
keymaps = []
|
||||
edited_kc = FakeKeyConfig()
|
||||
for km in wm.keyconfigs.user.keymaps:
|
||||
|
Reference in New Issue
Block a user