Skip to content

Commit

Permalink
coment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Mar 1, 2024
1 parent cef17db commit f356a58
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ def extract_data(
"mom": "PC",
}[query.units]
expendature = expendature_dict[query.expendature]
# transform = {"mom": "G1", "yoy": "GY", "na": "_Z", "none": ""}[
# query.transformation
# ]
seasonal_adjustment = "Y" if query.seasonal_adjustment else "N"
country = "" if query.country == "all" else COUNTRY_TO_CODE_CPI[query.country]
# For caching, include this in the key
Expand Down

0 comments on commit f356a58

Please sign in to comment.