1
0
Fork 0

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:
Zach White 2021-05-24 23:36:38 -07:00 committed by GitHub
parent bc67ca6a59
commit aa97f52963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 123 deletions

View file

@ -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