Skip to content

Commit aac7fa0

Browse files
committed
fix lint
1 parent 2e29489 commit aac7fa0

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
@@ -5609,7 +5609,7 @@ def f_9_dc_6103(p): return f_8_dc_6103(p) + 1
56095609
f2()
56105610
"""), PYTHON_JIT="1", PYTHON_JIT_STRESS="1")
56115611
self.assertEqual(result[0].rc, 0, result)
5612-
5612+
56135613
def test_call_kw(self):
56145614
def func(a):
56155615
return int(a) * 42

0 commit comments

Comments
 (0)