Skip to content

Commit

Permalink
update typing for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
spyinx committed Dec 5, 2024
1 parent 4f7e880 commit 75917a6
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 75917a6

Please sign in to comment.