Skip to content

Commit

Permalink
returns bool
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed May 30, 2022
1 parent 31541cb commit 83900a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion followthemoney/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def check_person_cutoff(
entity: E,
death_cutoff: datetime = datetime(2000, 1, 1),
birth_cutoff: Optional[datetime] = None,
):
) -> bool:
"""Check if a person has been dead long enough to not be relevant for
investigations any more."""
if not entity.schema.is_a("Person"):
Expand Down

0 comments on commit 83900a6

Please sign in to comment.