Fix isort imports

This commit is contained in:
John Morrison 2022-04-22 19:31:15 +01:00 committed by xs5871
parent 6a7f5e285e
commit bdc2bbb3cf

View File

@ -1,6 +1,6 @@
import unittest
from kmk.keys import KC, Key, ModifierKey, KeyAttrDict, make_key
from kmk.keys import KC, Key, KeyAttrDict, ModifierKey, make_key
from tests.keyboard_test import KeyboardTest
@ -97,11 +97,6 @@ class TestKmkKeys(unittest.TestCase):
assert not isinstance(KC.RALT(KC.Q), ModifierKey)
import unittest
from kmk.keys import KC, KeyAttrDict, make_key
class TestKeys_dot(unittest.TestCase):
def setUp(self):
global KC