From 84fedf7f061797b1fc95b778e517e6dc86e36db2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Feb 2010 22:59:15 +0000 Subject: No need to assign the results of expressions used only for side effects. --- Lib/threading.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/threading.py') 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 -- cgit v1.2.1