Skip to content

Commit 93677ea

Browse files
authored
Update logger.py
1 parent 3dc6028 commit 93677ea

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
@@ -61,8 +61,6 @@ class Logger(MessageWriter): # pylint: disable=abstract-method
6161
".txt": Printer,
6262
}
6363

64-
incompatible_gzip = [".blf", ".db"]
65-
6664
@staticmethod
6765
def __new__( # type: ignore
6866
cls: Any, filename: Optional[StringPathLike], *args: Any, **kwargs: Any

0 commit comments

Comments
 (0)