mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +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.