Use milc.subcommand.config instead of qmk.cli.config (#13002)
* Use milc.subcommand.config instead * pyformat * remove the config test
This commit is contained in:
parent
bc67ca6a59
commit
aa97f52963
3 changed files with 1 additions and 123 deletions
|
@ -140,7 +140,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 docs # noqa
|
||||
from . import doctor # noqa
|
||||
from . import fileformat # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue