Remove unused import

This commit is contained in:
John Morrison 2022-04-23 08:01:20 +01:00 committed by xs5871
parent bb8dec907a
commit 7d46e701aa

View File

@ -1,6 +1,6 @@
import unittest
from kmk.keys import KC, Key, KeyAttrDict, ModifierKey, make_key
from kmk.keys import KC, Key, ModifierKey, make_key
from tests.keyboard_test import KeyboardTest