Add milc as a dependency and remove the installed milc (#10563)
* Add milc as a dependency and remove the installed milc * update doctor.py too * pyformat * remove rather than shim questions
This commit is contained in:
parent
53f2b5b944
commit
fa6bd5cbe5
4 changed files with 2 additions and 1011 deletions
|
@ -9,9 +9,9 @@ import subprocess
|
|||
from pathlib import Path
|
||||
|
||||
from milc import cli
|
||||
from milc.questions import yesno
|
||||
from qmk import submodules
|
||||
from qmk.constants import QMK_FIRMWARE
|
||||
from qmk.questions import yesno
|
||||
from qmk.commands import run
|
||||
|
||||
ESSENTIAL_BINARIES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue