Skip to content

Commit e8216a9

Browse files
author
Zoran Pandovski
committed
Fix pep8 warning
1 parent a0644c7 commit e8216a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/querytool/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,4 @@ def allow_nav_bar():
549549
:return: True or False
550550
'''
551551
isAllowed = config.get('ckanext.querytool.allow_nav_bar', default=True)
552-
return isAllowed
552+
return isAllowed

0 commit comments

Comments
 (0)