mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-17 15:27:35 -04:00
Fix lint errors
This commit is contained in:
@@ -105,7 +105,7 @@ def _append_lighting_bit_field(lines, feature, spec):
|
||||
|
||||
|
||||
def _append_lighting_mapping(lines, feature):
|
||||
"""Generate lookup table and bit-field of effect
|
||||
"""Generate lookup table and bit-field of effect
|
||||
"""
|
||||
spec = load_lighting_spec(feature)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ from jinja2 import Environment, FileSystemLoader, select_autoescape
|
||||
import qmk.constants
|
||||
from qmk.git import git_get_version
|
||||
from qmk.lighting import load_lighting_spec
|
||||
from qmk.json_schema import json_load, validate, merge_ordered_dicts
|
||||
from qmk.json_schema import validate, merge_ordered_dicts
|
||||
from qmk.makefile import parse_rules_mk_file
|
||||
from qmk.decorators import lru_cache
|
||||
from qmk.keymap import locate_keymap
|
||||
|
||||
Reference in New Issue
Block a user