Fix unused import in recent generation code (#12781)

master
Joel Challis 2021-05-02 16:43:40 +01:00 committed by GitHub
parent fc2b51194c
commit 0fd8faa1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from milc import cli
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):