Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ ignore-comments=yes
ignore-docstrings=yes

# Ignore imports when computing similarities.
ignore-imports=no
ignore-imports=yes

# Minimum lines number of a similarity.
min-similarity-lines=4
Expand Down
1 change: 0 additions & 1 deletion adafruit_bh1750.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import adafruit_bus_device.i2c_device as i2c_device


# pylint: disable=bad-whitespace
_BH1750_DEVICE_ID = 0xE1 # Correct content of WHO_AM_I register

# I2C addresses (without R/W bit)
Expand Down