Skip to content

Commit 8d4ea96

Browse files
committed
Style fix (black).
Better overview if not on one line.
1 parent a4f927b commit 8d4ea96

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

canopen/variable.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ def read(self, fmt: str = "raw") -> Union[int, bool, float, str, bytes]:
155155
raise ValueError(f"Invalid format '{fmt}'")
156156

157157
def write(
158-
self, value: Union[int, bool, float, str, bytes], fmt: str = "raw"
158+
self,
159+
value: Union[int, bool, float, str, bytes],
160+
fmt: str = "raw",
159161
) -> None:
160162
"""Alternative way of writing using a function instead of attributes.
161163

0 commit comments

Comments
 (0)