Skip to content

Commit ddac06a

Browse files
committed
fix whitespace
1 parent 89b8357 commit ddac06a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Lib/test/support/bytecode_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,3 @@ def get_optimized(self, insts, consts):
146146
insts = self.complete_insts_info(insts)
147147
insts = optimize_cfg(insts, consts)
148148
return insts, consts
149-
150-

Lib/test/test_compiler_codegen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ def test_for_loop(self):
4848
('END_FOR', None),
4949
]
5050
self.codegen_test(snippet, expected)
51-

0 commit comments

Comments
 (0)