Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Jan 31, 2024
1 parent 0c899a4 commit e6ff60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/qa/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ def before_dataset_index(self, pkg_dict):
remove `qa` from index
'''
pkg_dict.pop('qa', None)
return pkg_dict
return pkg_dict

0 comments on commit e6ff60a

Please sign in to comment.