We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IndentationError: unexpected indent
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
Testing #23484
Python v2024.7.11491011 (pre-release)
{ "interactiveWindow.executeWithShiftEnter": false, "python.REPL.sendToNativeREPL": true }
test_arithmetic.py
def test_arithmetic_operators(): """Arithmetic operators""" # Addition. assert 5 + 3 == 8
assert 5 + 3 == 8
Shift + Enter
Is it expected that I need to fix the ident?
The text was updated successfully, but these errors were encountered:
Hi @aeschli Thanks for pointing this out. I would say it would be fixed once I get #23521 in this iteration!
Sorry, something went wrong.
anthonykim1
No branches or pull requests
Testing #23484
Python v2024.7.11491011 (pre-release)
test_arithmetic.py
assert 5 + 3 == 8
and pressShift + Enter
IndentationError: unexpected indent
test_arithmetic.py
fixes the issueIs it expected that I need to fix the ident?
The text was updated successfully, but these errors were encountered: