diff options
| author | Zach White <skullydazed@gmail.com> | 2021-05-16 11:06:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 11:06:57 -0700 |
| commit | de5c30a9bab0b1ebf97578931fad4ffe2ee00197 (patch) | |
| tree | 184748319045a136f712458db909fab08e70796f /lib/python/qmk/cli/__init__.py | |
| parent | 8761e973ec67f152211851a056e2c34e9e755e49 (diff) | |
| download | qmk_firmware-de5c30a9bab0b1ebf97578931fad4ffe2ee00197.tar.gz qmk_firmware-de5c30a9bab0b1ebf97578931fad4ffe2ee00197.zip | |
Use milc.subcommand.config instead of qmk.cli.config (#12915)
* 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 3face93a5..02b721f34 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
| @@ -12,7 +12,6 @@ from subprocess import run | |||
| 12 | from milc import cli, __VERSION__ | 12 | from milc import cli, __VERSION__ |
| 13 | from milc.questions import yesno | 13 | from milc.questions import yesno |
| 14 | 14 | ||
| 15 | |||
| 16 | import_names = { | 15 | import_names = { |
| 17 | # A mapping of package name to importable name | 16 | # A mapping of package name to importable name |
| 18 | 'pep8-naming': 'pep8ext_naming', | 17 | 'pep8-naming': 'pep8ext_naming', |
| @@ -154,7 +153,7 @@ from . import cformat # noqa | |||
| 154 | from . import chibios # noqa | 153 | from . import chibios # noqa |
| 155 | from . import clean # noqa | 154 | from . import clean # noqa |
| 156 | from . import compile # noqa | 155 | from . import compile # noqa |
| 157 | from . import config # noqa | 156 | from milc.subcommand import config # noqa |
| 158 | from . import console # noqa | 157 | from . import console # noqa |
| 159 | from . import docs # noqa | 158 | from . import docs # noqa |
| 160 | from . import doctor # noqa | 159 | from . import doctor # noqa |
