We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Since Python 3.12, classes in this syntax:
class A(Generic[T]): ...
can be written as this:
class A[T]: ...
It would be cool to have an upgrade rule for this.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! Closing as a duplicate of #4617
Sorry, something went wrong.
No branches or pull requests
Hello!
Since Python 3.12, classes in this syntax:
can be written as this:
It would be cool to have an upgrade rule for this.
The text was updated successfully, but these errors were encountered: