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
% python -m black -c 'type Alias[T] = lambda: T' type Alias[T] = lambda: T error: cannot format <string>: Cannot parse: 1:16: type Alias[T] = lambda: T % python -m black --version python -m black, 23.9.2.dev39+g3208b76.d20231016 (compiled: no) Python (CPython) 3.12.0
The text was updated successfully, but these errors were encountered:
Fix grammar for type alias support
68eb5c9
Fixes psf#3948
Fix grammar for type alias support (#3949)
722735d
Fixes #3948
fea8190
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: