Fixing previous merge
This commit is contained in:
parent
1f39bbb292
commit
6fd8d6531b
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ class _ExpirationBase:
|
|||
types: typing.ClassVar[typing.Dict[str, "_ExpirationBase"]]
|
||||
|
||||
def aerosols(self, mask: _MaskBase):
|
||||
# total volume of aerosols expired (cm^3).
|
||||
# total volume of aerosols expired per volume of air (mL/cm^3).
|
||||
raise NotImplementedError("Subclass must implement")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue