From 444fced517da618230a1c1a86912d711d172d34a Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 21 Jan 2015 19:53:55 -0200 Subject: Fixed pep8 warnings --- service/test/integration/retrieve_attachment_test.py | 2 +- service/test/support/test_helper.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'service/test') diff --git a/service/test/integration/retrieve_attachment_test.py b/service/test/integration/retrieve_attachment_test.py index 41ffd89d..d6ad9298 100644 --- a/service/test/integration/retrieve_attachment_test.py +++ b/service/test/integration/retrieve_attachment_test.py @@ -41,5 +41,5 @@ class RetrieveAttachmentTest(SoledadTestBase): def _assert(attachment): self.assertEquals('pequeno anexo :D\n', attachment) d.addCallback(_assert) - + return d diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py index f43776d1..d2387d0c 100644 --- a/service/test/support/test_helper.py +++ b/service/test/support/test_helper.py @@ -99,4 +99,3 @@ def request_mock(path='', method='GET', body='', headers={}): dummy.method = method dummy.content = io.BytesIO(body) return dummy - -- cgit v1.2.3