Skip to content

Commit 1a63b9e

Browse files
committed
shushing example
1 parent 5af0f25 commit 1a63b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/scd30_reset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# See below for more information:
1818
# https://github.com/adafruit/Adafruit_CircuitPython_SCD30/issues/2
1919
# Can get around it by resetting via this hack.
20+
# pylint:disable=protected-access
2021
if hasattr(i2c, "_i2c"):
2122
# we're using Blinka, check for MCP2221
2223
if hasattr(i2c._i2c, "_mcp2221"):

0 commit comments

Comments
 (0)