aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/lis2dw.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/lis2dw.py')
-rw-r--r--klippy/extras/lis2dw.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/lis2dw.py b/klippy/extras/lis2dw.py
index a0d582bb..1a5506fd 100644
--- a/klippy/extras/lis2dw.py
+++ b/klippy/extras/lis2dw.py
@@ -5,7 +5,8 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import logging
-from . import bus, adxl345, bulk_sensor
+
+from . import adxl345, bulk_sensor, bus
# LIS2DW registers
REG_LIS2DW_WHO_AM_I_ADDR = 0x0F