diff options
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index be5ba90ad..d07790d11 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
@@ -135,6 +135,7 @@ if cli.config.user.developer: | |||
135 | exit(1) | 135 | exit(1) |
136 | 136 | ||
137 | # Import our subcommands | 137 | # Import our subcommands |
138 | from . import bux # noqa | ||
138 | from . import c2json # noqa | 139 | from . import c2json # noqa |
139 | from . import cformat # noqa | 140 | from . import cformat # noqa |
140 | from . import chibios # noqa | 141 | from . import chibios # noqa |