Skip to content

Commit

Permalink
Update world_bank.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-rivera committed Feb 7, 2023
1 parent 123597d commit 222e3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bblocks/import_tools/world_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _load_indicator(ind_: str) -> None:
)

_params = {
"series": ind_,
"indicator": ind_,
"start_year": start_year,
"end_year": end_year,
"most_recent_only": most_recent_only,
Expand Down

0 comments on commit 222e3b9

Please sign in to comment.