Skip to content

Commit

Permalink
bulk_sensor: Fix missing logging import
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Dec 28, 2023
1 parent 6f686dd commit b502558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/bulk_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2020-2023 Kevin O'Connor <[email protected]>
#
# 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
Expand Down

0 comments on commit b502558

Please sign in to comment.