Skip to content

Commit cc619c0

Browse files
committed
Codestyle fixes
1 parent f5040d8 commit cc619c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_sentinel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ async def test_repr_correctly_represents_connection_object(sentinel):
284284
assert (
285285
str(connection)
286286
== "<redis.asyncio.sentinel.SentinelManagedConnection,host=127.0.0.1,port=6379)>" # noqa: E501
287-
)
287+
)

0 commit comments

Comments
 (0)