From 1970d7404dc365f4e95b01bac53240b9dfece575 Mon Sep 17 00:00:00 2001 From: Zach White Date: Mon, 24 May 2021 23:36:38 -0700 Subject: [PATCH] Use milc.subcommand.config instead of qmk.cli.config (#13002) * Use milc.subcommand.config instead * pyformat * remove the config test --- lib/python/qmk/cli/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 02b721f3423b..1ea7edcb2d6a 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py @@ -154,7 +154,6 @@ def _broken_module_imports(requirements): from . import clean # noqa from . import compile # noqa from milc.subcommand import config # noqa -from . import console # noqa from . import docs # noqa from . import doctor # noqa from . import fileformat # noqa