In the long run collections is the right thing to use, but until we can require 3.9.x as the minimum we cannot annotate the collections.abc version, only the typing version. This allows correct type annotations in users of `CompilerArgs`, as mypy (and friends) can determine that `CompilerArgs` is ~= `T.Sequence[str]`pull/10756/head
parent
c555724b49
commit
b5a66ce2a3
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue