From e1b703d663b4bed85807f2df73acdd3a0dfb3023 Mon Sep 17 00:00:00 2001 From: Matt Fullerton Date: Fri, 6 Oct 2017 09:48:43 +0200 Subject: [PATCH] PEP8 --- ckan/controllers/package.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ckan/controllers/package.py b/ckan/controllers/package.py index dc3b363cdba..97d3bd64dd9 100644 --- a/ckan/controllers/package.py +++ b/ckan/controllers/package.py @@ -236,8 +236,7 @@ def pager_url(q=None, page=None): # Otherwise we treat as a string representing a type except ValueError: if package_type and package_type == search_all_type: - search_all = True - + search_all = True if not package_type: package_type = 'dataset'