Skip to content

Commit 5036ee1

Browse files
committed
more hints
1 parent b19896b commit 5036ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/missing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ def interpolate_1d(
299299

300300

301301
def _interpolate_scipy_wrapper(
302-
x,
303-
y,
304-
new_x,
302+
x: np.ndarray,
303+
y: np.ndarray,
304+
new_x: Union[Scalar, np.ndarray],
305305
method: Optional[str],
306306
fill_value: Optional[Scalar] = None,
307307
bounds_error: bool = False,

0 commit comments

Comments
 (0)