Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksabala committed May 20, 2022
1 parent 5ba4423 commit bc6a7f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ckanext/scheming/unaids_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ def comma_swap_formatter(input):
else:
return input


def lower_formatter(input):
return input.lower()
1 change: 0 additions & 1 deletion ckanext/scheming/unaids_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ def validator(key, data, errors, context):
data[key] = field_value

return validator

0 comments on commit bc6a7f1

Please sign in to comment.