Skip to content

Commit a9a1ee6

Browse files
committed
fix styling
1 parent 59423b5 commit a9a1ee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_peepholer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ def test_constant_folding_small_int(self):
485485
('(1000, )[0]', None),
486486
('(1 - 2, )[0]', None),
487487
]
488-
489488
for expr, oparg in tests:
490489
with self.subTest(expr=expr, oparg=oparg):
491490
code = compile(expr, '', 'single')

0 commit comments

Comments
 (0)