Browse Source

Fix lint errors

zvecr 3 years ago
parent
commit
e953b72835
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/python/qmk/cli/generate/lighting_map.py
  2. 1 1
      lib/python/qmk/xap/common.py

+ 1 - 1
lib/python/qmk/cli/generate/lighting_map.py

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

+ 1 - 1
lib/python/qmk/xap/common.py

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