Skip to content

Commit b6816e3

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

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,21 +2457,6 @@ def run_bad4(func: Callable[Concatenate[int, P], T], *args: P.args, **kwargs: P.
24572457
func2(1, **kwargs) # E: Too few arguments \
24582458
# E: Argument 1 has incompatible type "int"; expected "P.args"
24592459
return func2(**kwargs) # E: Too few arguments
2460-
2461-
2462-
2463-
2464-
2465-
2466-
2467-
2468-
2469-
2470-
2471-
2472-
2473-
2474-
24752460
[builtins fixtures/paramspec.pyi]
24762461

24772462
[case testOtherVarArgs]
@@ -2490,12 +2475,6 @@ def run(func: Callable[Concatenate[int, str, P], T], *args: P.args, **kwargs: P.
24902475
# E: Argument 1 has incompatible type "*P.args"; expected "str" \
24912476
# E: Argument 2 has incompatible type "*Tuple[int, str]"; expected "P.args"
24922477
return func2(*args_prefix, *args)
2493-
2494-
2495-
2496-
2497-
2498-
24992478
[builtins fixtures/paramspec.pyi]
25002479

25012480
[case testParamSpecScoping]

0 commit comments

Comments
 (0)