Skip to content

Commit 775e88b

Browse files
committed
Remove from __all__
1 parent eaae325 commit 775e88b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/copy.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def copy(x: _T) -> _T: ...
1919

2020
if sys.version_info >= (3, 13):
2121
def replace(obj: _SR, /, **kwargs: Any) -> _SR: ...
22-
__all__ += ["replace"]
2322

2423
class Error(Exception): ...
2524

0 commit comments

Comments
 (0)