1
0
Fork 0

Relocate CLI git interactions (#16682)

This commit is contained in:
Joel Challis 2022-03-18 16:02:24 +00:00 committed by GitHub
parent e5823b5650
commit ed773ab73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 118 additions and 122 deletions

View file

@ -10,7 +10,7 @@ from dotty_dict import dotty
from milc import cli
from milc.questions import choice, question
from qmk.commands import git_get_username
from qmk.git import git_get_username
from qmk.json_schema import load_jsonschema
from qmk.path import keyboard
from qmk.json_encoders import InfoJSONEncoder