formatted module with black

This commit is contained in:
Syed Hussaini 2022-04-09 15:14:05 -05:00 committed by Kyle Brown
parent 87d1b0c6b9
commit 4b03ba846a

View File

@ -41,7 +41,8 @@ class CapsWord(Module):
key.code in self._numbers
or isinstance(key, ModifierKey)
or key in self.keys_ignored
or key.code >= FIRST_KMK_INTERNAL_KEY # user defined keys are also ignored
or key.code
>= FIRST_KMK_INTERNAL_KEY # user defined keys are also ignored
):
continue_cw = True
# requests and cancels existing timeouts