From 0013783d2f9d71e634fd2c91964bff27f87cbaa8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 3 Feb 2012 19:07:30 -0500 Subject: [PATCH] remove unused import --- Lib/threading.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/threading.py b/Lib/threading.py index e48bf5ca67..ff32dfb41c 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -12,7 +12,6 @@ import warnings from time import time as _time, sleep as _sleep from traceback import format_exc as _format_exc -from collections import deque # Note regarding PEP 8 compliant aliases # This threading model was originally inspired by Java, and inherited -- 2.50.1