mirror of https://github.com/python/cpython
Drop accidentally added whitespaces in asyncio internals (GH-31900)
This commit is contained in:
parent
2cf7f865f0
commit
22403d3a81
|
@ -485,7 +485,7 @@ class BaseSelectorEventLoop(base_events.BaseEventLoop):
|
|||
raise ValueError("the socket must be non-blocking")
|
||||
if not nbytes:
|
||||
nbytes = len(buf)
|
||||
|
||||
|
||||
try:
|
||||
return sock.recvfrom_into(buf, nbytes)
|
||||
except (BlockingIOError, InterruptedError):
|
||||
|
|
Loading…
Reference in New Issue