mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
asyncio: Fix misc whitespace issues.
This commit is contained in:
parent
1c16537327
commit
a849be9c64
3 changed files with 15 additions and 13 deletions
|
@ -14,6 +14,7 @@ from . import tasks
|
|||
|
||||
_DEFAULT_LIMIT = 2**16
|
||||
|
||||
|
||||
class IncompleteReadError(EOFError):
|
||||
"""
|
||||
Incomplete read error. Attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue