Skip to content

Commit

Permalink
fix expected return value
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins committed Feb 20, 2025
1 parent 08f433b commit 4b62106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recordlinker/database/mpi_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def delete_persons(

def get_orphaned_patients(
session: orm.Session,
) -> typing.Sequence[schemas.PatientRefs]:
) -> typing.Sequence[models.Patient]:
"""
Retrieve all the orphaned Patients in the MPI database.
"""
Expand Down

0 comments on commit 4b62106

Please sign in to comment.