Fix some easy pep8 issues

This commit is contained in:
Daniel Jowett
2017-01-24 10:59:43 +00:00
parent 6547486fd8
commit d2bba1d5ea
5 changed files with 12 additions and 3 deletions
+1
View File
@@ -207,6 +207,7 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,
def opaqueValues(self): # pragma: no cover
return []
CommentFactory = Factory(Comment)