From 26cc400d5b2e97b7086916ed3f533f7123dd1465 Mon Sep 17 00:00:00 2001 From: Atalya Alon Date: Wed, 30 Oct 2024 21:12:04 +0200 Subject: [PATCH] remove trailing whitespace --- .../all_locations_widgets/injured_count_by_severity_widget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anyway/widgets/all_locations_widgets/injured_count_by_severity_widget.py b/anyway/widgets/all_locations_widgets/injured_count_by_severity_widget.py index 9b6ceb83..6fee966e 100644 --- a/anyway/widgets/all_locations_widgets/injured_count_by_severity_widget.py +++ b/anyway/widgets/all_locations_widgets/injured_count_by_severity_widget.py @@ -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=" ,",