Skip to content

Commit

Permalink
update typing for copy
Browse files Browse the repository at this point in the history
Signed-off-by: root <[email protected]>
  • Loading branch information
spyinx authored and aiven-sal committed Dec 5, 2024
1 parent 1eec818 commit 10eea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ def copy(
self,
source: str,
destination: str,
destination_db: Union[str, None] = None,
destination_db: Optional[Union[int, str]] = None,
replace: bool = False,
) -> ResponseT:
"""
Expand Down

0 comments on commit 10eea71

Please sign in to comment.