Skip to content

Commit 7699692

Browse files
committed
Re-ran pre-commit hooks
1 parent eee0955 commit 7699692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bme280_simpletest_pico.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import adafruit_bme280
88

99
# Create sensor object, using the board's default I2C bus.
10-
i2c = busio.I2C(board.GP1, board.GP0) # SCL, SDA
10+
i2c = busio.I2C(board.GP1, board.GP0) # SCL, SDA
1111
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
1212

1313
# OR create sensor object, using the board's default SPI bus.

0 commit comments

Comments
 (0)