Skip to content

Commit

Permalink
Fix pep8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Oct 4, 2018
1 parent a0644c7 commit e8216a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/querytool/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,4 @@ def allow_nav_bar():
:return: True or False
'''
isAllowed = config.get('ckanext.querytool.allow_nav_bar', default=True)
return isAllowed
return isAllowed

0 comments on commit e8216a9

Please sign in to comment.