summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/chibios
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-06-14 16:51:58 -0700
committerGitHub <noreply@github.com>2021-06-14 16:51:58 -0700
commit0713797c58376e8237174f8ca83a3fff9d964b9d (patch)
treee3e90c08dba4a35dbcf521f5d19a3ca4e711af34 /lib/python/qmk/cli/chibios
parentae45faca2660c41aab5eea957bc979f4c385bde5 (diff)
Ensure that safe_commands always run (#13199)
* ensure that safe_commands always run * import the config subcommand in bin/qmk
Diffstat (limited to 'lib/python/qmk/cli/chibios')
-rw-r--r--lib/python/qmk/cli/chibios/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/chibios/__init__.py b/lib/python/qmk/cli/chibios/__init__.py
index 4301837def..e69de29bb2 100644
--- a/lib/python/qmk/cli/chibios/__init__.py
+++ b/lib/python/qmk/cli/chibios/__init__.py
@@ -1 +0,0 @@
-from . import confmigrate