Skip to content

Commit f23d305

Browse files
committed
🚨 ruff format
1 parent e8265cc commit f23d305

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎scipy-stubs/_lib/_util.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def normalize_axis_index(axis: int, ndim: onp.NDim) -> onp.NDim: ...
117117
def normalize_axis_index(axis: int | _AxisT, ndim: _AxisT) -> _AxisT: ...
118118
@overload
119119
def normalize_axis_index(axis: _AxisT, ndim: onp.NDim | _AxisT) -> _AxisT: ...
120-
121120
@overload
122121
def np_vecdot(x1: onp.ToIntStrict1D, x2: onp.ToIntStrict1D, /, *, axis: op.CanIndex = -1) -> np.integer: ...
123122
@overload

0 commit comments

Comments
 (0)