diff options
Diffstat (limited to 'klippy/extras/ldc1612.py')
-rw-r--r-- | klippy/extras/ldc1612.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/ldc1612.py b/klippy/extras/ldc1612.py index 1bec5c35..74330a02 100644 --- a/klippy/extras/ldc1612.py +++ b/klippy/extras/ldc1612.py @@ -4,7 +4,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging -from . import bus, bulk_sensor + +from . import bulk_sensor, bus MIN_MSG_TIME = 0.100 |