8000 lint · python/cpython@e357d13 · GitHub
[go: up one dir, main page]

Skip to content

Commit e357d13

Browse files
lint
1 parent 385a663 commit e357d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def test_promote_globals_to_constants(self):
627627

628628
result = script_helper.run_python_until_end('-c', textwrap.dedent(f"""
629629
{EXTERNAL_SETUP}
630-
630+
631631
def testfunc(n):
632632
for i in range(n):
633633
x = range(i)
@@ -1799,7 +1799,7 @@ def testfunc(n):
17991799
import _testinternalcapi
18001800
import opcode
18011801
import _opcode
1802-
1802+
18031803
def get_first_executor(func):
18041804
code = func.__code__
18051805
co_code = code.co_code
@@ -1809,7 +1809,7 @@ def get_first_executor(func):
18091809
except ValueError:
18101810
pass
18111811
return None
1812-
1812+
18131813
def get_opnames(ex):
18141814
return {item[0] for item in ex}
18151815
"""

0 commit comments

Comments
 (0)
0