diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2014-10-15 11:07:55 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2014-10-15 11:08:14 -0300 |
commit | a2f616d296c83366105e19190b5448541e534e20 (patch) | |
tree | 8f808da802ae073c4e011237c58a722349dea31b /service/test | |
parent | 4ce98f1d54f24252d252ab81674904a8eb74603e (diff) |
removing unused imports on tests
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/support/integration_helper.py | 1 | ||||
-rw-r--r-- | service/test/unit/user_agent_test.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/service/test/support/integration_helper.py b/service/test/support/integration_helper.py index 248b7064..54252f26 100644 --- a/service/test/support/integration_helper.py +++ b/service/test/support/integration_helper.py @@ -21,7 +21,6 @@ import os from mock import Mock from pixelated.adapter.mail_service import MailService from pixelated.adapter.search import SearchEngine -from pixelated.adapter.status import Status from pixelated.adapter.tag_service import TagService from pixelated.adapter.draft_service import DraftService import pixelated.user_agent diff --git a/service/test/unit/user_agent_test.py b/service/test/unit/user_agent_test.py index 75d58fad..3572a387 100644 --- a/service/test/unit/user_agent_test.py +++ b/service/test/unit/user_agent_test.py @@ -21,7 +21,6 @@ import pixelated.user_agent from mockito import * import crochet import pixelated.reactor_manager as reactor_manager -import test.support.test_helper as test_helper import pixelated.adapter.pixelated_mail import os |