make flake8 happy
This commit is contained in:
parent
df85940a47
commit
7f398eea50
2 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
|||
"""Functions to convert to and from QMK formats
|
||||
"""
|
||||
from pprint import pprint
|
||||
|
||||
from milc import cli
|
||||
|
||||
|
||||
|
@ -9,7 +7,6 @@ def kle2qmk(kle):
|
|||
"""Convert a KLE layout to QMK's layout format.
|
||||
"""
|
||||
layout = []
|
||||
layout_alternatives = {}
|
||||
top_left_corner = None
|
||||
|
||||
# Iterate through the KLE classifying keys by layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue