Skip to content

Commit 7653e00

Browse files
committed
remove unused import
1 parent 11e3f08 commit 7653e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toy_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from easybuild.framework.easyconfig.parser import EasyConfigParser
5454
from easybuild.main import main_with_hooks
5555
from easybuild.tools.build_log import EasyBuildError
56-
from easybuild.tools.config import get_module_syntax, get_repositorypath, update_build_option
56+
from easybuild.tools.config import get_module_syntax, get_repositorypath
5757
from easybuild.tools.environment import modify_env
5858
from easybuild.tools.filetools import adjust_permissions, change_dir, copy_file, mkdir, move_file
5959
from easybuild.tools.filetools import read_file, remove_dir, remove_file, which, write_file

0 commit comments

Comments
 (0)