Skip to content

Commit 43d0638

Browse files
committed
DEP: Remove annotations for flagsobj.updateifcopy
1 parent edb880d commit 43d0638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy/core/multiarray.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,8 @@ def add_docstring(__obj: Callable[..., Any], __docstring: str) -> None: ...
951951

952952
class flagsobj:
953953
aligned: bool
954-
updateifcopy: bool
954+
# NOTE: deprecated
955+
# updateifcopy: bool
955956
writeable: bool
956957
writebackifcopy: bool
957958
@property

0 commit comments

Comments
 (0)