Use milc.subcommand.config instead of qmk.cli.config (#12915)
* Use milc.subcommand.config instead * pyformat * remove the config test
This commit is contained in:
parent
8761e973ec
commit
de5c30a9ba
3 changed files with 1 additions and 124 deletions
|
@ -12,7 +12,6 @@ from subprocess import run
|
|||
from milc import cli, __VERSION__
|
||||
from milc.questions import yesno
|
||||
|
||||
|
||||
import_names = {
|
||||
# A mapping of package name to importable name
|
||||
'pep8-naming': 'pep8ext_naming',
|
||||
|
@ -154,7 +153,7 @@ from . import cformat # noqa
|
|||
from . import chibios # noqa
|
||||
from . import clean # noqa
|
||||
from . import compile # noqa
|
||||
from . import config # noqa
|
||||
from milc.subcommand import config # noqa
|
||||
from . import console # noqa
|
||||
from . import docs # noqa
|
||||
from . import doctor # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue