Fix isort imports
This commit is contained in:
parent
6a7f5e285e
commit
bdc2bbb3cf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user