Skip to content

Commit d0066b8

Browse files
whitespace
1 parent 0fc4e0b commit d0066b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def _close_socket(self):
395395
# case, just ignore the error, since it is during
396396
# exit anyway.
397397
pass
398-
398+
399399
async def _send_ping(self):
400400
"""Send PING, expect PONG in return"""
401401
await self.send_command("PING", check_health=False)

0 commit comments

Comments
 (0)