-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow omitting redundant Generic[T] base class #302
Comments
JukkaL
changed the title
Allow omitting redundant AbstractGeneric[T] base class
Allow omitting redundant Generic[T] base class
Feb 22, 2015
The issue is still open, but the latest mypy reversion uses just |
Closed
This was referenced Mar 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently I have to write:
I'd like to be able to write just:
The text was updated successfully, but these errors were encountered: