Skip to content

Commit

Permalink
Fix unused import in recent generation code (#12781)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored May 2, 2021
1 parent fc2b511 commit 0fd8faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/generate/keyboard_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from qmk.decorators import automagic_keyboard, automagic_keymap
from qmk.info import info_json
from qmk.keyboard import keyboard_completer, keyboard_folder
from qmk.path import is_keyboard, normpath
from qmk.path import normpath


def would_populate_layout_h(keyboard):
Expand Down

0 comments on commit 0fd8faa

Please sign in to comment.