Browse Source

remove unused import

pull/2332/head
Benjamin Peterson 14 years ago
parent
commit
050a05aeef
  1. 1
      Lib/threading.py

1
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

Loading…
Cancel
Save