Skip to content

Commit a2b840d

Browse files
committed
Format code with black
1 parent 0b74c68 commit a2b840d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

can/io/logger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def __new__( # type: ignore
102102
f'No write support for this unknown log format "{suffix}"'
103103
) from None
104104

105-
106105
@staticmethod
107106
def compress(filename: StringPathLike) -> Tuple[str, IO[Any]]:
108107
"""
@@ -114,7 +113,6 @@ def compress(filename: StringPathLike) -> Tuple[str, IO[Any]]:
114113

115114
return real_suffix, gzip.open(filename, mode)
116115

117-
118116
def on_message_received(self, msg: Message) -> None:
119117
pass
120118

0 commit comments

Comments
 (0)