Skip to content

Commit

Permalink
reindented lines to satisfy pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Dec 1, 2014
1 parent 3897c3f commit 5e7bf19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/resourceproxy/controller.py
Expand Up @@ -13,8 +13,7 @@
log = getLogger(__name__)

MAX_FILE_SIZE = toolkit.asint(
config.get('ckan.resource_proxy.max_file_size',
1024 * 1024)) # default: 1MB
config.get('ckan.resource_proxy.max_file_size', 1024 * 1024))
CHUNK_SIZE = 512


Expand Down

0 comments on commit 5e7bf19

Please sign in to comment.