Skip to content

Commit

Permalink
whitespaces for flake8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
keul committed Sep 10, 2015
1 parent 31eb131 commit 3358a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collective/portlet/embed/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ class FunctionalTestCase(IntegrationTestCase):
layer = testing.FUNCTIONAL

def setUp(self):
#we must commit the transaction
# we must commit the transaction
transaction.commit()
2 changes: 1 addition & 1 deletion collective/portlet/embed/tests/test_portlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_render(self):
assignment=portlet.Assignment())
r = r.__of__(self.folder)
r.update()
#output = r.render()
# output = r.render()
# TODO: Test output


Expand Down

0 comments on commit 3358a7c

Please sign in to comment.