Skip to content

Commit

Permalink
Use milc.subcommand.config instead of qmk.cli.config (qmk#13002)
Browse files Browse the repository at this point in the history
* Use milc.subcommand.config instead

* pyformat

* remove the config test
  • Loading branch information
skullydazed authored and nhongooi committed Dec 5, 2021
1 parent f1c93a1 commit 1970d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/qmk/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1970d74

Please sign in to comment.