From 3a93b3d33e4e1c44397e3ad377b04d0b140a65bf Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 30 Sep 2016 17:37:42 -0300 Subject: [style] remove unused imports (pep8) --- client/src/leap/soledad/client/http_target/send.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/leap/soledad/client/http_target/send.py b/client/src/leap/soledad/client/http_target/send.py index 431f06f6..ae0b126f 100644 --- a/client/src/leap/soledad/client/http_target/send.py +++ b/client/src/leap/soledad/client/http_target/send.py @@ -15,13 +15,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . import json -import os from twisted.internet import defer -from twisted.persisted import dirdbm from leap.soledad.common.log import getLogger -from leap.common.config import get_path_prefix from leap.soledad.client.events import emit_async from leap.soledad.client.events import SOLEDAD_SYNC_SEND_STATUS from leap.soledad.client.http_target.support import RequestBody -- cgit v1.2.3