Files
typeshed/stdlib
Eric N. Vander Weele 4199352287 Fix typing.ForwardRef.__eq__ stub (#4177)
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.
2020-06-06 08:04:05 -07:00
..
2020-06-04 12:37:57 +02:00
2020-05-29 00:26:18 +02:00