aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bme280.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/bme280.py')
-rw-r--r--klippy/extras/bme280.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/klippy/extras/bme280.py b/klippy/extras/bme280.py
index 8cf5f799..89b3556b 100644
--- a/klippy/extras/bme280.py
+++ b/klippy/extras/bme280.py
@@ -3,9 +3,8 @@
# Copyright (C) 2020 Eric Callahan <arksine.code@gmail.com>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-
-import bus
import logging
+from . import bus
REPORT_TIME = .8
BME280_CHIP_ADDR = 0x76