Fix style issue

Possible bug in mypy?
This commit is contained in:
Massimiliano Culpo 2025-02-24 10:57:11 +01:00
parent 5dbbb52579
commit cfaf130115
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C

View File

@ -3058,7 +3058,7 @@ def setup(
candidate_compilers.update(compilers_from_reuse)
self.possible_compilers = list(candidate_compilers)
self.possible_compilers.sort()
self.possible_compilers.sort() # type: ignore[call-overload]
self.gen.h1("Reusable concrete specs")
self.define_concrete_input_specs(specs, self.pkgs)