Skip to content

Commit 2f63290

Browse files
committed
fix alphabetical ordering in import statement in main.py
1 parent c674005 commit 2f63290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# IMPORTANT this has to be the first easybuild import as it customises the logging
4545
# expect missing log output when this not the case!
46-
from easybuild.tools.build_log import EasyBuildError, print_error, print_msg, stop_logging, print_warning
46+
from easybuild.tools.build_log import EasyBuildError, print_error, print_msg, print_warning, stop_logging
4747

4848
from easybuild.framework.easyblock import build_and_install_one, inject_checksums
4949
from easybuild.framework.easyconfig import EASYCONFIGS_PKG_SUBDIR

0 commit comments

Comments
 (0)