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:
@ -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
|
||||
|
Reference in New Issue
Block a user