From 880f96ec67676d5e58c16fad775b6bf4a1b75a58 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Fri, 5 Apr 2019 15:23:26 +0300 Subject: [PATCH] flake8 --- ckan/controllers/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/controllers/group.py b/ckan/controllers/group.py index a9d741a8af3..4a0d774b312 100644 --- a/ckan/controllers/group.py +++ b/ckan/controllers/group.py @@ -223,7 +223,7 @@ def read(self, id, limit=20): # Do not query group members as they aren't used in the view data_dict['include_users'] = False - + c.group_dict = self._action('group_show')(context, data_dict) c.group = context['group'] except (NotFound, NotAuthorized):