Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
nngu6036 committed Apr 11, 2019
1 parent b16e4ee commit cf91613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collective/easyform/actions.py
Expand Up @@ -371,8 +371,6 @@ def serialize(self, field):
return str(field)
if isinstance(field, six.string_types):
return safe_unicode(field)
if isinstance(field, six.text_type):
field
return safe_unicode(repr(field))

def get_attachments(self, fields, request):
Expand Down

0 comments on commit cf91613

Please sign in to comment.