diff options
Diffstat (limited to 'klippy/extras/motion_report.py')
-rw-r--r-- | klippy/extras/motion_report.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/extras/motion_report.py b/klippy/extras/motion_report.py index 4b4debcb..8819a12b 100644 --- a/klippy/extras/motion_report.py +++ b/klippy/extras/motion_report.py @@ -4,7 +4,9 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging + import chelper + from . import bulk_sensor |