summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2016-09-30 17:37:42 -0300
committerdrebs <drebs@leap.se>2016-12-12 09:12:00 -0200
commit3a93b3d33e4e1c44397e3ad377b04d0b140a65bf (patch)
tree6efa19861e682084e3a5a21205667e75bf30b504 /client
parent781984f3485b1fd479d09278a665f599c1bd10dc (diff)
[style] remove unused imports (pep8)
Diffstat (limited to 'client')
-rw-r--r--client/src/leap/soledad/client/http_target/send.py3
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>.
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