Skip to content

Commit

Permalink
Black formatted demographics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 13, 2024
1 parent 7efd631 commit dd1f3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogcore/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ def get_fert(
[fert_rates_2D],
start_year=start_year,
years_to_plot=[start_year, end_year],
path=plot_path
path=plot_path,
)
return fert_rates_2D
else:
fig = pp.plot_fert_rates(
[fert_rates_2D],
start_year=start_year,
years_to_plot=[start_year, end_year]
years_to_plot=[start_year, end_year],
)
return fert_rates_2D, fig
else:
Expand Down

0 comments on commit dd1f3f7

Please sign in to comment.