Skip to content

Commit 2108739

Browse files
committed
pre-commit formatting
1 parent 9a1d5c6 commit 2108739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/txuart.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"""
2323
)
2424

25+
2526
class TXUART:
2627
def __init__(self, *, tx, baudrate=9600):
2728
self.pio = rp2pio.StateMachine(
@@ -33,7 +34,7 @@ def __init__(self, *, tx, baudrate=9600):
3334
initial_sideset_pin_direction=1,
3435
initial_out_pin_state=1,
3536
initial_out_pin_direction=1,
36-
sideset_enable=True
37+
sideset_enable=True,
3738
)
3839

3940
@property

0 commit comments

Comments
 (0)