Skip to content

Commit 5ab5079

Browse files
Merge pull request #48 from SpectralVectors/actions/black
Format Python code with psf/black push
2 parents eded571 + 19f6898 commit 5ab5079

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ def unregister():
122122
try:
123123
km.keymap_items.remove(kmi_orig)
124124
except Exception as e:
125-
print(f"[Right Mouse Navigation] Could not remove keymap item {getattr(kmi_orig, 'idname', 'unknown')} from {km.name}: {e}")
125+
print(
126+
f"[Right Mouse Navigation] Could not remove keymap item {getattr(kmi_orig, 'idname', 'unknown')} from {km.name}: {e}"
127+
)
126128
addon_keymaps.clear()
127129

128130

0 commit comments

Comments
 (0)