Skip to content

Commit 469e77c

Browse files
committed
fix lint
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent 091ff39 commit 469e77c

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
@@ -2467,7 +2467,7 @@ def testfunc(args):
24672467
self.assertIsNotNone(ex)
24682468
uops = get_opnames(ex)
24692469
self.assertIn("_POP_TOP_NOP", uops)
2470-
2470+
24712471
def test_load_attr_instance_value(self):
24722472
def testfunc(n):
24732473
class C():

0 commit comments

Comments
 (0)