mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
The previous definitions in `mock` caused many false positives in internal Dropbox repositories. One source of problems was `List[Mock]` not being compatible with `List[SomeClass]`, since `list` is invariant.