Skip to content

Commit 9615187

Browse files
committed
Ran black
1 parent ab2e21f commit 9615187

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

adafruit_tla202x/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ class Mode(CV):
123123

124124

125125
Mode.add_values(
126-
(("CONTINUOUS", 0, "Continuous", None), ("ONE_SHOT", 1, "One Shot", None),)
126+
(
127+
("CONTINUOUS", 0, "Continuous", None),
128+
("ONE_SHOT", 1, "One Shot", None),
129+
)
127130
)
128131

129132

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
:members:
44

55
.. automodule:: adafruit_tla202x.analog_in
6-
:members:
6+
:members:

0 commit comments

Comments
 (0)