Skip to content

Commit 724bfb7

Browse files
committed
lint
1 parent 97c5a22 commit 724bfb7

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

scipy-stubs/special/_multiufuncs.pyi

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -230,25 +230,11 @@ class MultiUFunc(Generic[_UFuncT_co]): # undocumented
230230
def __call__(self: MultiUFunc[_SphLegendreP], *, n: int, m: int, theta: onp.ToFloatND, diff_n: _Dn = 0) -> _Float2_D: ...
231231
@overload
232232
def __call__(
233-
self: MultiUFunc[_SphHarmY],
234-
/,
235-
n: int,
236-
m: int,
237-
theta: _ToFloat_D,
238-
phi: onp.ToFloatND,
239-
*,
240-
diff_n: _D0 = 0,
233+
self: MultiUFunc[_SphHarmY], /, n: int, m: int, theta: _ToFloat_D, phi: onp.ToFloatND, *, diff_n: _D0 = 0
241234
) -> _Complex1_D: ...
242235
@overload
243236
def __call__(
244-
self: MultiUFunc[_SphHarmYAll],
245-
/,
246-
n: int,
247-
m: int,
248-
theta: _ToFloat_D,
249-
phi: onp.ToFloatND,
250-
*,
251-
diff_n: _D0 = 0,
237+
self: MultiUFunc[_SphHarmYAll], /, n: int, m: int, theta: _ToFloat_D, phi: onp.ToFloatND, *, diff_n: _D0 = 0
252238
) -> _Complex3_D: ...
253239
@overload
254240
def __call__(self: MultiUFunc[Callable[_Tss, _RT]], /, *args: _Tss.args, **kwargs: _Tss.kwargs) -> _RT: ...

0 commit comments

Comments
 (0)