Skip to content

Commit a35d54e

Browse files
committed
Reformatted per pre-commit
1 parent 891b008 commit a35d54e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_tla202x/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ class CV:
5151
"""struct helper"""
5252

5353
@classmethod
54-
def add_values(cls, value_tuples: Tuple[str, int, Union[float, str], Optional[float]]) -> None:
54+
def add_values(
55+
cls, value_tuples: Tuple[str, int, Union[float, str], Optional[float]]
56+
) -> None:
5557
"creates CV entires"
5658
cls.string = {}
5759
cls.lsb = {}

0 commit comments

Comments
 (0)