We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d24e6 commit 05e48d3Copy full SHA for 05e48d3
redis/asyncio/sentinel.py
@@ -29,9 +29,7 @@ def __init__(self, **kwargs):
29
super().__init__(**kwargs)
30
31
def __repr__(self):
32
- s = (
33
- f"<{self.__class__.__module__}.{self.__class__.__name__}"
34
- )
+ s = f"<{self.__class__.__module__}.{self.__class__.__name__}"
35
if self.host:
36
host_info = f",host={self.host},port={self.port}"
37
s += host_info
0 commit comments