Skip to content

Commit b128961

Browse files
committed
Final self review
1 parent 3b80098 commit b128961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recordprocessor/src/convert_to_fhir_imms_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _get_decorators_for_action_flag(action_flag: Operation) -> List[Immunization
204204
return all_decorators
205205

206206

207-
def convert_to_fhir_imms_resource(row: dict, target_disease: list, action_flag: Operation) -> dict:
207+
def convert_to_fhir_imms_resource(row: dict, target_disease: list, action_flag: Operation | str) -> dict:
208208
"""Converts a row of data to a FHIR Immunization Resource"""
209209
# Prepare the imms_resource. Note that all data sent via this service is assumed to be for completed vaccinations.
210210
imms_resource = {

0 commit comments

Comments
 (0)