Skip to content

Commit 05e48d3

Browse files
committed
Codestyle fix
1 parent c0d24e6 commit 05e48d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redis/asyncio/sentinel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ def __init__(self, **kwargs):
2929
super().__init__(**kwargs)
3030

3131
def __repr__(self):
32-
s = (
33-
f"<{self.__class__.__module__}.{self.__class__.__name__}"
34-
)
32+
s = f"<{self.__class__.__module__}.{self.__class__.__name__}"
3533
if self.host:
3634
host_info = f",host={self.host},port={self.port}"
3735
s += host_info

0 commit comments

Comments
 (0)