From 72d2201dd6545891605c87620fdb10105da06c45 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 18 Aug 2014 21:17:28 +0200 Subject: [PATCH] Remove unused import --- headphones/torrentfinished.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/torrentfinished.py b/headphones/torrentfinished.py index a86614e2..0c468631 100644 --- a/headphones/torrentfinished.py +++ b/headphones/torrentfinished.py @@ -15,7 +15,7 @@ import threading import headphones -from headphones import db, utorrent, transmission, logger +from headphones import db, utorrent, transmission postprocessor_lock = threading.Lock()