summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-03-27 14:09:04 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-03-27 14:09:04 -0300
commit5dad451a23b463271174d2e96537c547322eaeac (patch)
treebdb6f408758d9aa7676382f7e72c00f655f30271 /service
parentbe9388fad08a77b5ad6b69e44fa5ee3b5db9f86e (diff)
[#932] Removes unused imports
Diffstat (limited to 'service')
-rw-r--r--service/pixelated/resources/account_recovery_resource.py1
-rw-r--r--service/test/unit/resources/test_account_recovery_resource.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/service/pixelated/resources/account_recovery_resource.py b/service/pixelated/resources/account_recovery_resource.py
index 756a5fcd..ccfdc580 100644
--- a/service/pixelated/resources/account_recovery_resource.py
+++ b/service/pixelated/resources/account_recovery_resource.py
@@ -15,7 +15,6 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
import os
-from xml.sax import SAXParseException
from pixelated.resources import BaseResource
from twisted.python.filepath import FilePath
diff --git a/service/test/unit/resources/test_account_recovery_resource.py b/service/test/unit/resources/test_account_recovery_resource.py
index 38ad7e6c..d4df7716 100644
--- a/service/test/unit/resources/test_account_recovery_resource.py
+++ b/service/test/unit/resources/test_account_recovery_resource.py
@@ -16,7 +16,7 @@
import os
-from mock import MagicMock, patch
+from mock import MagicMock
from twisted.trial import unittest
from twisted.web.test.requesthelper import DummyRequest
from twisted.internet import defer