diff options
Diffstat (limited to 'lib/python/qmk/cli/doctor.py')
| -rwxr-xr-x | lib/python/qmk/cli/doctor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/doctor.py b/lib/python/qmk/cli/doctor.py index a5eda555f..4fe318b63 100755 --- a/lib/python/qmk/cli/doctor.py +++ b/lib/python/qmk/cli/doctor.py | |||
| @@ -10,9 +10,9 @@ from pathlib import Path | |||
| 10 | from enum import Enum | 10 | from enum import Enum |
| 11 | 11 | ||
| 12 | from milc import cli | 12 | from milc import cli |
| 13 | from milc.questions import yesno | ||
| 13 | from qmk import submodules | 14 | from qmk import submodules |
| 14 | from qmk.constants import QMK_FIRMWARE | 15 | from qmk.constants import QMK_FIRMWARE |
| 15 | from qmk.questions import yesno | ||
| 16 | from qmk.commands import run | 16 | from qmk.commands import run |
| 17 | 17 | ||
| 18 | 18 | ||
