Skip to content

Commit aebd0dd

Browse files
committed
lint
1 parent 8d3c393 commit aebd0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_lsm9ds0.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
import adafruit_bus_device.i2c_device as i2c_device
5757
import adafruit_bus_device.spi_device as spi_device
58-
from digitalio import DigitalInOut, Direction
58+
from digitalio import Direction
5959

6060
from micropython import const
6161

@@ -424,4 +424,4 @@ def _write_u8(self, sensor_type, address, val):
424424
self._BUFFER[0] = (address & 0x7F) & 0xFF
425425
self._BUFFER[1] = val & 0xFF
426426
spi.write(self._BUFFER, end=2)
427-
#print("write to %02x: %02x" % (address, val))
427+
#print("write to %02x: %02x" % (address, val))

0 commit comments

Comments
 (0)