From 6609ab6af5561e2de3ba0b2e1b001520814a2c2f Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Tue, 25 Mar 2014 18:38:12 +0100 Subject: [PATCH] make flake8 happy --- plone/app/discussion/tests/test_conversation.py | 1 - plone/app/discussion/tests/test_indexers.py | 1 - plone/app/discussion/tests/test_moderation_view.py | 1 - plone/app/discussion/tests/test_notifications.py | 1 - plone/app/discussion/tests/test_workflow.py | 1 - 5 files changed, 5 deletions(-) diff --git a/plone/app/discussion/tests/test_conversation.py b/plone/app/discussion/tests/test_conversation.py index 29976e8..8400b05 100644 --- a/plone/app/discussion/tests/test_conversation.py +++ b/plone/app/discussion/tests/test_conversation.py @@ -873,4 +873,3 @@ class RepliesTest(unittest.TestCase): self.assertEqual(len(replies_to_comment1), 2) self.assertEqual(len(replies_to_comment1_1), 1) self.assertEqual(len(replies_to_comment2), 1) - diff --git a/plone/app/discussion/tests/test_indexers.py b/plone/app/discussion/tests/test_indexers.py index 2d4e6da..23721f0 100644 --- a/plone/app/discussion/tests/test_indexers.py +++ b/plone/app/discussion/tests/test_indexers.py @@ -203,4 +203,3 @@ class CommentIndexersTest(unittest.TestCase): # make sure in_response_to returns the title or id of the content # object the comment was added to self.assertEqual(catalog.in_response_to(self.comment)(), 'Document 1') - diff --git a/plone/app/discussion/tests/test_moderation_view.py b/plone/app/discussion/tests/test_moderation_view.py index 1c9cf18..c533190 100644 --- a/plone/app/discussion/tests/test_moderation_view.py +++ b/plone/app/discussion/tests/test_moderation_view.py @@ -163,4 +163,3 @@ class ModerationBulkActionsViewTest(unittest.TestCase): comment = self.conversation.getComments().next() self.assertTrue(comment) self.assertEqual(comment, self.comment2) - diff --git a/plone/app/discussion/tests/test_notifications.py b/plone/app/discussion/tests/test_notifications.py index 548681c..ab5c764 100644 --- a/plone/app/discussion/tests/test_notifications.py +++ b/plone/app/discussion/tests/test_notifications.py @@ -275,4 +275,3 @@ class TestModeratorNotificationUnit(unittest.TestCase): self.conversation.addComment(comment) self.assertEqual(len(self.mailhost.messages), 0) - diff --git a/plone/app/discussion/tests/test_workflow.py b/plone/app/discussion/tests/test_workflow.py index 65361aa..c8cf216 100644 --- a/plone/app/discussion/tests/test_workflow.py +++ b/plone/app/discussion/tests/test_workflow.py @@ -274,4 +274,3 @@ class CommentReviewWorkflowTest(unittest.TestCase): 'review_state' ) ) -