Skip to content

Commit 837ba1e

Browse files
committed
fix lint issues3
1 parent ae64fde commit 837ba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/src/record_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def normalize_strings(item: Any) -> str | None:
142142
pds_gender = normalize_strings(pds_details.get("gender"))
143143
pds_birth = normalize_strings(pds_details.get("birthDate"))
144144
logger.debug("demographics_match: demographics match for name=%s, gender=%s, birthDate=%s",
145-
pds_name, pds_gender, pds_birth)
145+
pds_name, pds_gender, pds_birth)
146146

147147
# Retrieve patient resource from IEDS item
148148
patient = extract_patient_resource_from_item(ieds_item)

0 commit comments

Comments
 (0)