diff options
Diffstat (limited to 'Lib/asyncio/constants.py')
-rw-r--r-- | Lib/asyncio/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/asyncio/constants.py b/Lib/asyncio/constants.py index 60ca0da..dfe97f4 100644 --- a/Lib/asyncio/constants.py +++ b/Lib/asyncio/constants.py @@ -1,5 +1,3 @@ -"""Constants.""" - # After the connection is lost, log warnings after this many write()s. LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 |