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
parsing.py
Describe the bug
unreachable code in src\black\parsing.py:170: raise AssertionError("INTERNAL ERROR: Tried parsing unsupported Python version!")
src\black\parsing.py:170
raise AssertionError("INTERNAL ERROR: Tried parsing unsupported Python version!")
Expected behavior
not having unreachable code 😝
The text was updated successfully, but these errors were encountered:
@nnrepos, which versions of Python and black are you using?
Sorry, something went wrong.
this is true for any python version - i'm just doing static analysis of the main branch.
main
You're right, we can remove this line.
great! if you would like me to create a PR, please assign me to this issue 😄
remove unreachable code (#3328)
f16333e
fixes #3321
nnrepos
Successfully merging a pull request may close this issue.
Describe the bug
unreachable code in
src\black\parsing.py:170
:raise AssertionError("INTERNAL ERROR: Tried parsing unsupported Python version!")
Expected behavior
not having unreachable code 😝
The text was updated successfully, but these errors were encountered: