Skip to content

Commit 4141932

Browse files
committed
Reformat code based on pre-commit
1 parent 08a1cd7 commit 4141932

File tree

1 file changed

+1
-3
lines changed
  • src/adafruit_blinka/microcontroller/amlogic/s905y2

1 file changed

+1
-3
lines changed

src/adafruit_blinka/microcontroller/amlogic/s905y2/pin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,4 @@
7474
(4, UARTC_TX, UARTC_RX),
7575
)
7676

77-
pwmOuts = (
78-
((2, 0), GPIOAO_11),
79-
)
77+
pwmOuts = (((2, 0), GPIOAO_11),)

0 commit comments

Comments
 (0)