Fix style issue
Possible bug in mypy?
This commit is contained in:
parent
5dbbb52579
commit
cfaf130115
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user