mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +08:00
The return type of `__eq___` should be `bool`. Otherwise, `mypy --disallow-any-unimported --no-silence-site-packages` fails because the return type becomes `Union[bool, Any]` due to an unfollowed import.