diff options
Diffstat (limited to 'klippy')
-rw-r--r-- | klippy/extras/bulk_sensor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/bulk_sensor.py b/klippy/extras/bulk_sensor.py index 23c98523..8d0c0541 100644 --- a/klippy/extras/bulk_sensor.py +++ b/klippy/extras/bulk_sensor.py @@ -3,7 +3,7 @@ # Copyright (C) 2020-2023 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import threading +import logging, threading # This "bulk sensor" module facilitates the processing of sensor chip # measurements that do not require the host to respond with low |