summaryrefslogtreecommitdiff
path: root/Lib/asyncio/base_events.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-12-18 15:01:38 -0500
committerR David Murray <rdmurray@bitdance.com>2016-12-18 15:01:38 -0500
commitbf0103fe410262d2da35655c19ef0c017a7eed2b (patch)
tree7fd0fd51b3700e9f3929ba87dadeb446ffb5b350 /Lib/asyncio/base_events.py
parent5607a989a4c9523d143ae85dbf3af1f692fc8ebe (diff)
parentebf8e5690ba21a4e1491e88f3250583f12a52919 (diff)
downloadcpython-bf0103fe410262d2da35655c19ef0c017a7eed2b.tar.gz
Merge: #29005: clarify terminology in tutorial 'method' discussion.
Diffstat (limited to 'Lib/asyncio/base_events.py')
-rw-r--r--Lib/asyncio/base_events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncio/base_events.py b/Lib/asyncio/base_events.py
index 0df58c5f87..ee34996c8a 100644
--- a/Lib/asyncio/base_events.py
+++ b/Lib/asyncio/base_events.py
@@ -16,7 +16,6 @@ to modify the meaning of the API call itself.
import collections
import concurrent.futures
import heapq
-import inspect
import itertools
import logging
import os