Skip to content

Commit

Permalink
Merge pull request #33 from adafruit/patch-fix
Browse files Browse the repository at this point in the history
Linted
  • Loading branch information
KeithTheEE committed Nov 8, 2021
2 parents 5f88f15 + 7d58e57 commit 057ad57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_lsm9ds1.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
except ImportError:
import ustruct as struct

import adafruit_bus_device.i2c_device as i2c_device
import adafruit_bus_device.spi_device as spi_device
from adafruit_bus_device import i2c_device
from adafruit_bus_device import spi_device
from micropython import const

# Internal constants and register values:
Expand Down

0 comments on commit 057ad57

Please sign in to comment.