mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-18 05:05:40 +00:00
Fix lint errors
This commit is contained in:
parent
ff12eca96d
commit
e953b72835
@ -105,7 +105,7 @@ def _append_lighting_bit_field(lines, feature, spec):
|
|||||||
|
|
||||||
|
|
||||||
def _append_lighting_mapping(lines, feature):
|
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)
|
spec = load_lighting_spec(feature)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ from jinja2 import Environment, FileSystemLoader, select_autoescape
|
|||||||
import qmk.constants
|
import qmk.constants
|
||||||
from qmk.git import git_get_version
|
from qmk.git import git_get_version
|
||||||
from qmk.lighting import load_lighting_spec
|
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.makefile import parse_rules_mk_file
|
||||||
from qmk.decorators import lru_cache
|
from qmk.decorators import lru_cache
|
||||||
from qmk.keymap import locate_keymap
|
from qmk.keymap import locate_keymap
|
||||||
|
Loading…
Reference in New Issue
Block a user