Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Oct 30, 2024
1 parent e363b0c commit 26cc400
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 26cc400

Please sign in to comment.