Skip to content

Commit 0a889df

Browse files
Update Lib/test/test_call.py
Co-authored-by: Adam Turner <[email protected]>
1 parent ef27395 commit 0a889df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_call.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,6 @@ def c_py_recurse(m):
10751075
c_py_recurse(100_000)
10761076

10771077

1078-
10791078
class TestFunctionWithManyArgs(unittest.TestCase):
10801079
def test_function_with_many_args(self):
10811080
for N in (10, 500, 1000):

0 commit comments

Comments
 (0)