Skip to content

Commit

Permalink
Fix for pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfullerton committed Jan 3, 2017
1 parent 477f4a0 commit 918a32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckanext/imageview/plugin.py
Expand Up @@ -17,7 +17,9 @@ class ImageView(p.SingletonPlugin):

def update_config(self, config):
p.toolkit.add_template_directory(config, 'theme/templates')
self.formats = config.get('ckan.preview.image_formats', DEFAULT_IMAGE_FORMATS).split()
self.formats = config.get(
'ckan.preview.image_formats',
DEFAULT_IMAGE_FORMATS).split()

def info(self):
return {'name': 'image_view',
Expand Down

0 comments on commit 918a32f

Please sign in to comment.