mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
9b9ff64fc5
Otherwise, pytype expands `AnyStr` to `Union[str, bytes]`, leading to spurious type errors later on. * Mark the `dir` argument to mkdtemp as AnyStr.