aboutsummaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
-rw-r--r--lib/python/qmk/cli/__init__.py3
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
12from milc import cli, __VERSION__ 12from milc import cli, __VERSION__
13from milc.questions import yesno 13from milc.questions import yesno
14 14
15
16import_names = { 15import_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
154from . import chibios # noqa 153from . import chibios # noqa
155from . import clean # noqa 154from . import clean # noqa
156from . import compile # noqa 155from . import compile # noqa
157from . import config # noqa 156from milc.subcommand import config # noqa
158from . import console # noqa 157from . import console # noqa
159from . import docs # noqa 158from . import docs # noqa
160from . import doctor # noqa 159from . import doctor # noqa