Skip to content

Commit 452aa97

Browse files
lint
1 parent 7df6592 commit 452aa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ def testfunc(n):
18961896
self.assertIn("_POP_TOP_NOP", uops)
18971897
self.assertNotIn("_POP_TOP", uops)
18981898
self.assertNotIn("_POP_TOP_INT", uops)
1899-
1899+
19001900
def test_call_type_1_guards_removed(self):
19011901
def testfunc(n):
19021902
x = 0

0 commit comments

Comments
 (0)