Skip to content

Commit a2cdad0

Browse files
committed
Cleanup
1 parent ecc6101 commit a2cdad0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

delta_backend/tests/check_conversion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Sample FHIR Immunization resource (minimal test data)
1010
fhir_sample = os.path.join(os.path.dirname(__file__),"sample_data", "fhir_sample.json")
1111

12+
1213
with open(fhir_sample, "r", encoding="utf-8") as f:
1314
json_data = json.load(f)
1415

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
@mock_dynamodb
3232
@mock_sqs
3333
class TestConvertToFlatJson(unittest.TestCase):
34-
maxDiff = None
3534
maxDiff = None
3635
def setUp(self):
3736
"""Set up mock DynamoDB table."""

0 commit comments

Comments
 (0)