mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-28 17:35:33 +08:00
feeb4e71ef
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.