Skip to content

Commit 97f6784

Browse files
committed
Black fix
1 parent 9fa3287 commit 97f6784

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/adafruit_blinka/board/beagleboard/beaglebone_black.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@
211211
(1, SPI1_SCLK, SPI1_D1, SPI1_D0),
212212
)
213213

214-
# ordered as i2cId, SCL, SDA
215-
i2cPorts = (
216-
(2, I2C2_SCL, I2C2_SDA),
217-
)
214+
# ordered as i2cId, SCL, SDA
215+
i2cPorts = ((2, I2C2_SCL, I2C2_SDA),)
218216

219217
# ordered as uartId, txId, rxId
220218
uartPorts = (

0 commit comments

Comments
 (0)