Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 28, 2024
1 parent cf8ca0a commit 94a38e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/harvest/logic/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def harvest_source_url_validator(key, data, errors, context):
raise Invalid('There already is a Harvest Source for this URL (& '
'config): url=%s config=%s' % (new_url, new_config))

#return data[key]


def harvest_source_type_exists(value, context):
# TODO: use new description interface
Expand Down Expand Up @@ -215,7 +213,6 @@ def harvest_source_extra_validator(key, data, errors, context):
data[('extras',)] = package_extras



def harvest_source_convert_from_config(key, data, errors, context):
config = data[key]
if config:
Expand Down

0 comments on commit 94a38e4

Please sign in to comment.