Skip to content

Commit 52c1a54

Browse files
committed
Fix linter
1 parent 6928552 commit 52c1a54

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
@@ -1621,7 +1621,7 @@ def testfunc(n):
16211621
if in_set:
16221622
x += 1
16231623
return x
1624-
1624+
16251625
res, ex = self._run_with_optimizer(testfunc, TIER2_THRESHOLD)
16261626
self.assertEqual(res, TIER2_THRESHOLD)
16271627
self.assertIsNotNone(ex)

0 commit comments

Comments
 (0)