Skip to content

Commit 9afdca5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 084cbfe commit 9afdca5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/copy.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def copy(x: _T) -> _T: ...
2727

2828
if sys.version_info >= (3, 13):
2929
__all__ += ["replace"]
30+
3031
# The types accepted by `**changes` match those of `obj.__replace__`.
3132
# When `__replace__` returns `Self`, keep the argument's own type (so a bound
3233
# TypeVar is preserved); otherwise return whatever `__replace__` declares.

0 commit comments

Comments
 (0)