diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-12-23 13:30:59 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-12-23 13:30:59 -0200 |
commit | 531df1f107c4ab3eba6d3561d25b05e26e0c15ff (patch) | |
tree | 3b48064e447a7baa70034142b5a95f3eaae7d33e /service/test/integration | |
parent | 157926769ddbb8e2b9c90144af717bdf24fc6436 (diff) |
fixing pep8 warnings
Diffstat (limited to 'service/test/integration')
-rw-r--r-- | service/test/integration/drafts_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py index c24c5ecc..2ba14dfd 100644 --- a/service/test/integration/drafts_test.py +++ b/service/test/integration/drafts_test.py @@ -73,4 +73,3 @@ class DraftsTest(SoledadTestBase): self.assertEquals(1, len(drafts)) self.assertEquals('First draft edited', drafts[0].subject) - |