Skip to content

Commit

Permalink
fix expected return
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins committed Feb 19, 2025
1 parent 88e0f69 commit bba6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recordlinker/routes/person_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def merge_person_clusters(
def delete_empty_person(
person_reference_id: uuid.UUID,
session: orm.Session = fastapi.Depends(get_session),
) -> None:
):
"""
Delete an empty Person from the MPI database.
"""
Expand Down

0 comments on commit bba6265

Please sign in to comment.