Skip to content

Commit 8ea1de2

Browse files
fix formatting
1 parent 05f717e commit 8ea1de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redis/asyncio/connection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ def _close_socket(self):
395395
# case, just ignore the error, since it is during
396396
# exit anyway.
397397
pass
398-
async def _send_ping(self):
398+
399+
c def _send_ping(self):
399400
"""Send PING, expect PONG in return"""
400401
await self.send_command("PING", check_health=False)
401402
if str_if_bytes(await self.read_response()) != "PONG":

0 commit comments

Comments
 (0)