fix(python): better try-except indentation (#6097)

This commit is contained in:
Riley Bruins
2024-02-14 09:39:59 -08:00
committed by GitHub
parent 5a5cabd712
commit d96bf9d522
3 changed files with 21 additions and 2 deletions

View File

@@ -26,3 +26,10 @@ while (a > 4 and
pass
try:
def foo():
print('indentme')
# comment
if True:
pass