From 5dad451a23b463271174d2e96537c547322eaeac Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Mon, 27 Mar 2017 14:09:04 -0300 Subject: [#932] Removes unused imports --- service/pixelated/resources/account_recovery_resource.py | 1 - service/test/unit/resources/test_account_recovery_resource.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'service') 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 . 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 -- cgit v1.2.3