Skip to content

Commit

Permalink
Merge branch 'master' into ps_fix_releasing_of_connection_not_owned_b…
Browse files Browse the repository at this point in the history
…y_pool
  • Loading branch information
petyaslavova authored Feb 19, 2025
2 parents f18988d + 799716c commit ca3ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def pack_commands(self, commands):
output.append(SYM_EMPTY.join(pieces))
return output

def get_protocol(self) -> int or str:
def get_protocol(self) -> Union[int, str]:
return self.protocol

@property
Expand Down

0 comments on commit ca3ffdc

Please sign in to comment.