From 5e7bf19845af742083d44a66c0caac811c573426 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Mon, 1 Dec 2014 12:51:40 +0800 Subject: [PATCH] reindented lines to satisfy pep8 --- ckanext/resourceproxy/controller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ckanext/resourceproxy/controller.py b/ckanext/resourceproxy/controller.py index e06102ca859..618d0a6647e 100644 --- a/ckanext/resourceproxy/controller.py +++ b/ckanext/resourceproxy/controller.py @@ -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