diff options
Diffstat (limited to 'lib')
| -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 7f5e0a1fa..1e1c26671 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
| @@ -16,6 +16,7 @@ import_names = { | |||
| 16 | # A mapping of package name to importable name | 16 | # A mapping of package name to importable name |
| 17 | 'pep8-naming': 'pep8ext_naming', | 17 | 'pep8-naming': 'pep8ext_naming', |
| 18 | 'pyusb': 'usb.core', | 18 | 'pyusb': 'usb.core', |
| 19 | 'qmk-dotty-dict': 'dotty_dict' | ||
| 19 | } | 20 | } |
| 20 | 21 | ||
| 21 | safe_commands = [ | 22 | safe_commands = [ |
