Skip to content

Commit e9893c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d2b91dc commit e9893c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lightning/pytorch/loggers/csv_logs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class CSVLogger(Logger, FabricCSVLogger):
8383
sub_dir: Sub-directory to group CSV logs. If a ``sub_dir`` argument is passed
8484
then logs are saved in ``/root_dir/name/version/sub_dir/``. Defaults to ``None`` in which case
8585
logs are saved in ``/root_dir/name/version/``.
86+
8687
"""
8788

8889
LOGGER_JOIN_CHAR = "-"

0 commit comments

Comments
 (0)