Skip to content

Commit 7fb2c0d

Browse files
committed
linting
1 parent b664f01 commit 7fb2c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

emod_api/demographics/demographics_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ def SetEquilibriumAgeDistFromBirthAndMortRates(self, birth_rate: float = 40.0, m
692692
'SetEquilibriumAgeDistFromBirthAndMortRates() is deprecated. Please use the emodpy Demographics method: '
693693
'set_age_distribution()', DeprecationWarning, stacklevel=2)
694694

695-
696695
dist = DT._EquilibriumAgeDistFromBirthAndMortRates(birth_rate=birth_rate,
697696
mortality_rate=mortality_rate)
698697
setter_fn = DT._set_age_complex

0 commit comments

Comments
 (0)