Skip to content

Commit 9044743

Browse files
committed
VED-470: Fix lint errors.
1 parent 583a50e commit 9044743

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

recordprocessor/src/utils_for_recordprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import json
55
from csv import DictReader
6-
from io import StringIO, TextIOWrapper
6+
from io import TextIOWrapper
77
from clients import s3_client, lambda_client, logger
88
from constants import SOURCE_BUCKET_NAME, FILE_NAME_PROC_LAMBDA_NAME
99

recordprocessor/tests/test_process_csv_to_fhir.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def test_process_csv_to_fhir_no_permissions(self):
9292
self.assertIn("diagnostics", message_body)
9393
self.assertNotIn("fhir_json", message_body)
9494

95-
9695
def test_process_csv_to_fhir_invalid_headers(self):
9796
"""Tests that process_csv_to_fhir does not send a message to kinesis when the csv has invalid headers"""
9897
self.upload_source_file(

0 commit comments

Comments
 (0)