Skip to content

Commit

Permalink
pytest fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Aug 9, 2021
1 parent 9ead612 commit 7f18210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/qmk/cli/generate/info_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from qmk.decorators import automagic_keyboard, automagic_keymap
from qmk.info import info_json
from qmk.json_encoders import InfoJSONEncoder
from qmk.json_schema import compile_schema_store, load_jsonschema
from qmk.json_schema import compile_schema_store
from qmk.keyboard import keyboard_completer, keyboard_folder
from qmk.path import is_keyboard, normpath

Expand Down Expand Up @@ -90,4 +90,4 @@ def generate_info_json(cli):

else:
# Display the results
print(info_json_text)
print(info_json_text)

0 comments on commit 7f18210

Please sign in to comment.