Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jun 13, 2017
1 parent 85bd048 commit fa0f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/cover/tiles/collection.py
Expand Up @@ -254,4 +254,4 @@ def show_footer(self):
return self._field_is_visible('footer')

def is_slidemode(self):
return self.data.get('slidemode', False)
return self.data.get('slidemode', False)

0 comments on commit fa0f861

Please sign in to comment.