Skip to content

Commit 10eea71

Browse files
spyinxaiven-sal
authored andcommitted
update typing for copy
Signed-off-by: root <[email protected]>
1 parent 1eec818 commit 10eea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valkey/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ def copy(
16621662
self,
16631663
source: str,
16641664
destination: str,
1665-
destination_db: Union[str, None] = None,
1665+
destination_db: Optional[Union[int, str]] = None,
16661666
replace: bool = False,
16671667
) -> ResponseT:
16681668
"""

0 commit comments

Comments
 (0)