Skip to content

Commit

Permalink
Update killed_and_injured_count_per_age_group_widget_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalir authored May 15, 2024
1 parent 296df30 commit 3bd68be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def filter_and_group_injured_count_per_age_group(
) -> Dict[str, Dict[int, int]]:
start_time = request_params.start_time
end_time = request_params.end_time
cache_key = None #prevent Black warning
cache_key = None #prevent pylint warning

if request_params.resolution == BE_CONST.ResolutionCategories.STREET:
involve_yishuv_name = request_params.location_info["yishuv_name"]
street1_hebrew = request_params.location_info["street1_hebrew"]
Expand Down

0 comments on commit 3bd68be

Please sign in to comment.