Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Code analysis cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbare committed Nov 19, 2016
1 parent 7d1afde commit 4cd8c70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/plone.example/plone/example/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ class ITodo(IExampleBase):
default=u''
)

fieldset(u'other',
label=u'Additional Information',
fields=['assigned_to', 'notes'])
fieldset(
u'other',
label=u'Additional Information',
fields=['assigned_to', 'notes'])


@implementer(ITodo)
Expand Down

0 comments on commit 4cd8c70

Please sign in to comment.