From d96bf9d522369eaf4ad57e607f134e51084ee1ad Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Wed, 14 Feb 2024 09:39:59 -0800 Subject: fix(python): better try-except indentation (#6097) --- tests/indent/python/control_flow.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/indent/python') diff --git a/tests/indent/python/control_flow.py b/tests/indent/python/control_flow.py index fca528a2d..387756f63 100644 --- a/tests/indent/python/control_flow.py +++ b/tests/indent/python/control_flow.py @@ -26,3 +26,10 @@ while (a > 4 and pass try: + +def foo(): + print('indentme') + + # comment + if True: + pass -- cgit v1.2.3-70-g09d2