Skip to content

Commit 51685bf

Browse files
Format code with black
1 parent 42df023 commit 51685bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/copy.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ if sys.version_info >= (3, 13):
2424
__all__ += ["replace"]
2525

2626
def replace(
27-
obj: _SupportsReplace[_P, _RT_co], /,
28-
*_: _P.args, # does not accept positional arguments at runtime
29-
**changes: _P.kwargs,
27+
obj: _SupportsReplace[_P, _RT_co], /, *_: _P.args, **changes: _P.kwargs # does not accept positional arguments at runtime
3028
) -> _RT_co: ...
3129

3230
class Error(Exception): ...

0 commit comments

Comments
 (0)