Skip to content

Commit 6f3fbd3

Browse files
committed
updated pyi for array_deepcopy
1 parent ab21369 commit 6f3fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def shape_filter(__array: np.ndarray) -> np.ndarray: ...
127127
def column_2d_filter(__array: np.ndarray) -> np.ndarray: ...
128128
def column_1d_filter(__array: np.ndarray) -> np.ndarray: ...
129129
def row_1d_filter(__array: np.ndarray) -> np.ndarray: ...
130-
def array_deepcopy(__array: np.ndarray, memo: tp.Dict[int, tp.Any]) -> np.ndarray: ...
130+
def array_deepcopy(__array: np.ndarray, memo: tp.Optional[tp.Dict[int, tp.Any]]) -> np.ndarray: ...
131131
def resolve_dtype(__d1: np.dtype, __d2: np.dtype) -> np.dtype: ...
132132
def resolve_dtype_iter(__dtypes: tp.Iterable[np.dtype]) -> np.dtype: ...
133133
def isna_element(__value: tp.Any, include_none: bool = True) -> bool: ...

0 commit comments

Comments
 (0)