Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussain Jafari committed Aug 30, 2024
1 parent 08fcb72 commit de2d73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"population": {
"age_bins": make_age_bins(),
"structure": make_uniform_pop_data(),
"demographic_dimensions": make_uniform_pop_data().drop(['location','value'], axis=1),
"demographic_dimensions": make_uniform_pop_data().drop(["location", "value"], axis=1),
"theoretical_minimum_risk_life_expectancy": (
build_table_with_age(
98.0,
Expand Down

0 comments on commit de2d73e

Please sign in to comment.