aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/python/control_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/python/control_flow.py')
-rw-r--r--lua/tests/indent/python/control_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/tests/indent/python/control_flow.py b/lua/tests/indent/python/control_flow.py
index 543decc71..c8cd2541b 100644
--- a/lua/tests/indent/python/control_flow.py
+++ b/lua/tests/indent/python/control_flow.py
@@ -1,5 +1,3 @@
-a, b, c, = 1, 2, 3
-
if a == a:
x = 1
elif b: