From 11d276ab6fc24ad96155940f8aa0b7d0ae382aa5 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sat, 9 Nov 2024 08:50:37 +0100 Subject: Fix style checks on develop (#47518) `mypy` checks have been accidentally broken by #47213 --- lib/spack/spack/compiler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/spack/spack/compiler.py b/lib/spack/spack/compiler.py index 98c0c22f0a..46382a3d98 100644 --- a/lib/spack/spack/compiler.py +++ b/lib/spack/spack/compiler.py @@ -29,6 +29,7 @@ import spack.util.libc import spack.util.module_cmd import spack.version from spack.util.environment import filter_system_paths +from spack.util.file_cache import FileCache __all__ = ["Compiler"] @@ -776,7 +777,7 @@ class FileCompilerCache(CompilerCache): name = os.path.join("compilers", "compilers.json") - def __init__(self, cache: "spack.caches.FileCacheType") -> None: + def __init__(self, cache: "FileCache") -> None: self.cache = cache self.cache.init_entry(self.name) self._data: Dict[str, Dict[str, Optional[str]]] = {} -- cgit v1.2.3-70-g09d2