Skip to content

Commit 105e043

Browse files
committed
comment
1 parent 0aa93d4 commit 105e043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recordprocessor/src/batch_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
2222
"""
2323
encoder = "utf-8" # default encoding
2424
try:
25-
# and encoder to the incoming message body
2625
incoming_message_body["encoder"] = encoder
2726
interim_message_body = file_level_validation(incoming_message_body=incoming_message_body)
2827
except (InvalidHeaders, NoOperationPermissions, Exception) as e: # pylint: disable=broad-exception-caught

0 commit comments

Comments
 (0)