Skip to content

Commit e4ca078

Browse files
committed
Trim whitespace from --update-data
1 parent 11e0d83 commit e4ca078

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test-data/unit/check-parameter-specification.test

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,20 +2458,6 @@ def run_bad4(func: Callable[Concatenate[int, P], T], *args: P.args, **kwargs: P.
24582458
# E: Argument 1 has incompatible type "int"; expected "P.args"
24592459
return func2(**kwargs) # E: Too few arguments
24602460

2461-
2462-
2463-
2464-
2465-
2466-
2467-
2468-
2469-
2470-
2471-
2472-
2473-
2474-
24752461
[builtins fixtures/paramspec.pyi]
24762462

24772463
[case testOtherVarArgs]
@@ -2491,11 +2477,6 @@ def run(func: Callable[Concatenate[int, str, P], T], *args: P.args, **kwargs: P.
24912477
# E: Argument 2 has incompatible type "*Tuple[int, str]"; expected "P.args"
24922478
return func2(*args_prefix, *args)
24932479

2494-
2495-
2496-
2497-
2498-
24992480
[builtins fixtures/paramspec.pyi]
25002481

25012482
[case testParamSpecScoping]

0 commit comments

Comments
 (0)