Skip to content

Commit

Permalink
Merge pull request #2727 from data-for-change/2724-fix-transcription
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
atalyaalon authored Oct 30, 2024
2 parents 9a72113 + 26cc400 commit fde7199
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def get_transcription(request_params: RequestParams, items: Dict):
)

non_empty_texts = [text for text in [killed_count_text, severity_severe_count_text, severity_light_count_text] if text]

text += join_strings(
non_empty_texts,
sep_a=" ,",
Expand Down

0 comments on commit fde7199

Please sign in to comment.