Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2023
1 parent 6b3d1e0 commit 7648a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fsd_utils/mapping/application/application_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ def format_radio_field(answer):
return formatted_answer

except Exception: # noqa
current_app.logger.info("continue: the answer doesn't seem to be a radio field.")
current_app.logger.info(
"continue: the answer doesn't seem to be a radio field."
)
return answer


Expand Down
2 changes: 1 addition & 1 deletion fsd_utils/mapping/application/multi_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def format_keys_and_values(cls, key: str, value: list, index: enumerate):
Returns:
str: The formatted string representation of the key-value pair.
"""

print(f"VALUE: {value}")

def formatted_values(values):
Expand Down

0 comments on commit 7648a9b

Please sign in to comment.