From 050a05aeef64df285c4c261cce1fcf5b3335e75d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 3 Feb 2012 19:07:30 -0500 Subject: remove unused import --- Lib/threading.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/threading.py b/Lib/threading.py index fe92f10..69b7763 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -5,7 +5,6 @@ import _thread from time import time as _time, sleep as _sleep from traceback import format_exc as _format_exc -from collections import deque from _weakrefset import WeakSet # Note regarding PEP 8 compliant names -- cgit v0.12