Fix linting

This commit is contained in:
Josh Klar
2018-10-16 22:43:47 -07:00
parent e413392826
commit b92aceb682
4 changed files with 17 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
import string
from kmk.keycodes import (Keycodes, Macro, RawKeycodes, char_lookup,
lookup_kc_with_cache)
from kmk.kmktime import sleep_ms
from kmk.keycodes import Keycodes, Macro, char_lookup, lookup_kc_with_cache
def simple_key_sequence(seq):