Skip to content

Commit

Permalink
style: Move back noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch committed Mar 1, 2024
1 parent 9657537 commit 9364990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dcatapchharvest/harvesters.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def before_download(self, url, harvest_job):
url = url.replace('ogd.global.szh.loc', 'data.stadt-zuerich.ch')
return url, []

def _get_guid(self, dataset_dict, source_url=None):
def _get_guid(self, dataset_dict, source_url=None): # noqa
'''
Try to get a unique identifier for a harvested dataset
It will be the first found of:
Expand Down

0 comments on commit 9364990

Please sign in to comment.