Skip to content

Commit 7f7a6e5

Browse files
committed
"Reformatted per new black version"
1 parent b64821b commit 7f7a6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tla202x_analog_in.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
i2c = board.I2C()
2222
tla = TLA.TLA2024(i2c)
23-
val_max = (2 ** 15) - 1
23+
val_max = (2**15) - 1
2424
pin_0 = AnalogIn(tla, TLA.A0)
2525
pin_1 = AnalogIn(tla, TLA.A1)
2626
pin_2 = AnalogIn(tla, TLA.A2)

0 commit comments

Comments
 (0)