Skip to content

Commit 073ffdc

Browse files
committed
Fix formatting
1 parent 0cc371e commit 073ffdc

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

test/framework/build_log.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,19 @@
3737

3838
from easybuild.base.fancylogger import getLogger, logToFile, setLogFormat
3939
from easybuild.tools.build_log import (
40-
LOGGING_FORMAT, EasyBuildError, EasyBuildLog, dry_run_msg, dry_run_warning, init_logging, print_error, print_msg,
41-
print_warning, stop_logging, time_str_since, raise_nosupport)
40+
LOGGING_FORMAT,
41+
EasyBuildError,
42+
EasyBuildLog,
43+
dry_run_msg,
44+
dry_run_warning,
45+
init_logging,
46+
print_error,
47+
print_msg,
48+
print_warning,
49+
stop_logging,
50+
time_str_since,
51+
raise_nosupport,
52+
)
4253
from easybuild.tools.filetools import read_file, write_file
4354

4455

0 commit comments

Comments
 (0)