Fix lint errors

This commit is contained in:
zvecr 2023-03-26 03:15:41 +01:00
parent ff12eca96d
commit e953b72835
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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