Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Apr 5, 2019
1 parent 0fc8997 commit 880f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -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):
Expand Down

0 comments on commit 880f96e

Please sign in to comment.