use isort when formatting

This commit is contained in:
Gilles Boccon-Gibod
2025-08-21 14:21:19 -07:00
parent ceefe8b2a5
commit 7aba36302a
198 changed files with 1129 additions and 1321 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
from bumble.colors import color
from hid_key_map import base_keys, mod_keys, shift_map
from bumble.colors import color
# ------------------------------------------------------------------------------
def get_key(modifier: str, key: str) -> str: