Skip to content

Commit 1948d6c

Browse files
authored
Update can/interfaces/slcan.py
Fix black formatter
1 parent 4c99f97 commit 1948d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/interfaces/slcan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ def fileno(self) -> int:
256256
try:
257257
return self.serialPortOrig.fileno()
258258
except io.UnsupportedOperation:
259-
raise NotImplementedError("fileno is not implemented using current CAN bus on this platform")
259+
raise NotImplementedError(
260+
"fileno is not implemented using current CAN bus on this platform"
261+
)
260262

261263
def get_version(
262264
self, timeout: Optional[float]

0 commit comments

Comments
 (0)