Skip to content

Commit

Permalink
Merge pull request #45 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 f439d70 + 948e4a6 commit 439e6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
name: pylint (library code)
types: [python]
args:
- --disable=consider-using-f-string
- --disable=consider-using-f-string,duplicate-code
exclude: "^(docs/|examples/|tests/|setup.py$)"
- id: pylint
name: pylint (example code)
Expand Down
2 changes: 1 addition & 1 deletion adafruit_lsm6ds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
from time import sleep
from math import radians
from micropython import const
import adafruit_bus_device.i2c_device as i2c_device
from adafruit_bus_device import i2c_device

from adafruit_register.i2c_struct import ROUnaryStruct, Struct
from adafruit_register.i2c_bits import RWBits
Expand Down

0 comments on commit 439e6d8

Please sign in to comment.