diff options
| author | Zach White <skullydazed@gmail.com> | 2021-05-24 23:36:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 23:36:38 -0700 |
| commit | aa97f52963f3da6aa112093d357296e62bfa5452 (patch) | |
| tree | 996629641891d8fddc9973a49200ca030dc995ea /lib/python/qmk/cli/__init__.py | |
| parent | bc67ca6a59ffa3d6e147b276c0544791e5f91d02 (diff) | |
| download | qmk_firmware-aa97f52963f3da6aa112093d357296e62bfa5452.tar.gz qmk_firmware-aa97f52963f3da6aa112093d357296e62bfa5452.zip | |
Use milc.subcommand.config instead of qmk.cli.config (#13002)
* Use milc.subcommand.config instead
* pyformat
* remove the config test
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
| -rw-r--r-- | lib/python/qmk/cli/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 6fe769fe7..be5ba90ad 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
| @@ -140,7 +140,7 @@ from . import cformat # noqa | |||
| 140 | from . import chibios # noqa | 140 | from . import chibios # noqa |
| 141 | from . import clean # noqa | 141 | from . import clean # noqa |
| 142 | from . import compile # noqa | 142 | from . import compile # noqa |
| 143 | from . import config # noqa | 143 | from milc.subcommand import config # noqa |
| 144 | from . import docs # noqa | 144 | from . import docs # noqa |
| 145 | from . import doctor # noqa | 145 | from . import doctor # noqa |
| 146 | from . import fileformat # noqa | 146 | from . import fileformat # noqa |
