From de5c30a9bab0b1ebf97578931fad4ffe2ee00197 Mon Sep 17 00:00:00 2001
From: Zach White <skullydazed@gmail.com>
Date: Sun, 16 May 2021 11:06:57 -0700
Subject: Use milc.subcommand.config instead of qmk.cli.config (#12915)

* Use milc.subcommand.config instead

* pyformat

* remove the config test
---
 lib/python/qmk/cli/__init__.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'lib/python/qmk/cli/__init__.py')

diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py
index 3face93a53..02b721f342 100644
--- a/lib/python/qmk/cli/__init__.py
+++ b/lib/python/qmk/cli/__init__.py
@@ -12,7 +12,6 @@ from subprocess import run
 from milc import cli, __VERSION__
 from milc.questions import yesno
 
-
 import_names = {
     # A mapping of package name to importable name
     'pep8-naming': 'pep8ext_naming',
@@ -154,7 +153,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 console  # noqa
 from . import docs  # noqa
 from . import doctor  # noqa
-- 
cgit v1.2.3