From 3b218e74b6b3d4b3b28a1d7fee23223e6a5c10c1 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 7 Aug 2015 12:20:07 -0300 Subject: [tests] Removed unused import in test_http_target Test_http_target was using u1db test_sync in a lot of places, I removed those references on the last changes and am removing the dependency at once in this one --- common/src/leap/soledad/common/tests/test_sync_target.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/leap/soledad/common/tests/test_sync_target.py b/common/src/leap/soledad/common/tests/test_sync_target.py index 2ac80053..022e524c 100644 --- a/common/src/leap/soledad/common/tests/test_sync_target.py +++ b/common/src/leap/soledad/common/tests/test_sync_target.py @@ -49,7 +49,6 @@ from leap.soledad.common.tests.util import soledad_sync_target from leap.soledad.common.tests.util import BaseSoledadTest from leap.soledad.common.tests.util import SoledadWithCouchServerMixin from leap.soledad.common.tests.util import ADDRESS -from leap.soledad.common.tests.u1db_tests import test_sync # ----------------------------------------------------------------------------- # The following tests come from `u1db.tests.test_remote_sync_target`. -- cgit v1.2.3