aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-12-28 13:13:57 -0500
committerKevin O'Connor <kevin@koconnor.net>2023-12-28 13:13:57 -0500
commitb502558052f40339baa04fcfcbbeb65aa77dc1d8 (patch)
treedcdfdad254e10dca044f0414eedc596bb1b6def3
parent6f686ddee3c65037bfcdfc93a3d8bf42a488e725 (diff)
downloadkutter-b502558052f40339baa04fcfcbbeb65aa77dc1d8.tar.gz
kutter-b502558052f40339baa04fcfcbbeb65aa77dc1d8.tar.xz
kutter-b502558052f40339baa04fcfcbbeb65aa77dc1d8.zip
bulk_sensor: Fix missing logging import
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--klippy/extras/bulk_sensor.py2
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