Skip to content

Commit b1b3da3

Browse files
authored
Improve import style in pythonpackage.py
1 parent c29d160 commit b1b3da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/easyblocks/generic/pythonpackage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
from easybuild.framework.extensioneasyblock import ExtensionEasyBlock
5050
from easybuild.tools.build_log import EasyBuildError, print_msg
5151
from easybuild.tools.config import build_option, PYTHONPATH, EBPYTHONPREFIXES
52-
from easybuild.tools.filetools import change_dir, mkdir, read_file, remove_dir, symlink, which, write_file, \
53-
find_glob_pattern
52+
from easybuild.tools.filetools import change_dir, mkdir, read_file, remove_dir, symlink, which, write_file
53+
from easybuild.tools.filetools import find_glob_pattern
5454
from easybuild.tools.modules import ModEnvVarType, get_software_root
5555
from easybuild.tools.run import run_shell_cmd
5656
from easybuild.tools.utilities import nub

0 commit comments

Comments
 (0)