From e11cb8d42092ecca6427333a17b5d0a418280ddc Mon Sep 17 00:00:00 2001 From: Jithu Murugan <j.murugan@fz-juelich.de> Date: Wed, 5 Mar 2025 11:59:34 +0100 Subject: [PATCH] - Merge corrections, removed unwanted imports and sorted the existign ones. --- dedal/spack_factory/SpackOperationUseCache.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dedal/spack_factory/SpackOperationUseCache.py b/dedal/spack_factory/SpackOperationUseCache.py index b2ccc12d..16312e7f 100644 --- a/dedal/spack_factory/SpackOperationUseCache.py +++ b/dedal/spack_factory/SpackOperationUseCache.py @@ -1,5 +1,4 @@ import os - import subprocess from pathlib import Path @@ -9,8 +8,7 @@ from dedal.error_handling.exceptions import NoSpackEnvironmentException from dedal.error_handling.exceptions import SpackInstallPackagesException from dedal.logger.logger_builder import get_logger from dedal.spack_factory.SpackOperation import SpackOperation -from dedal.configuration.SpackConfig import SpackConfig -from dedal.utils.utils import file_exists_and_not_empty, run_command, log_command, copy_to_tmp, copy_file +from dedal.utils.utils import file_exists_and_not_empty, run_command, log_command, copy_file from dedal.wrapper.spack_wrapper import check_spack_env -- GitLab