Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalir committed Sep 14, 2023
1 parent 4204550 commit 29fcbbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def generate_items(self) -> None:
structured_data_list.append({BE.LKEY: age_group, BE.VAL: count_total})
self.items = structured_data_list


@staticmethod
def localize_items(request_params: RequestParams, items: Dict) -> Dict:
items["data"]["text"] = {
Expand Down

0 comments on commit 29fcbbf

Please sign in to comment.