diff options
Diffstat (limited to 'Lib/threading.py')
-rw-r--r-- | Lib/threading.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/threading.py b/Lib/threading.py index 4f6ec4b186..56740101ed 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -10,7 +10,6 @@ except ImportError: import warnings -from functools import wraps from time import time as _time, sleep as _sleep from traceback import format_exc as _format_exc from collections import deque |