Skip to content

Commit fe74050

Browse files
committed
Format code with black
1 parent 9e1fe3a commit fe74050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

can/io/logger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class Logger(BaseIOHandler, Listener): # pylint: disable=abstract-method
3838
* .log :class:`can.CanutilsLogWriter`
3939
* .txt :class:`can.Printer`
4040
41-
Any of these formats can be used with gzip compression by appending
42-
the suffix .gz (e.g. filename.asc.gz). However, third-party tools might not
41+
Any of these formats can be used with gzip compression by appending
42+
the suffix .gz (e.g. filename.asc.gz). However, third-party tools might not
4343
be able to read these files.
4444
4545
The **filename** may also be *None*, to fall back to :class:`can.Printer`.

0 commit comments

Comments
 (0)