Skip to content

Commit c6f5f03

Browse files
committed
Spacing removed
1 parent 7b90332 commit c6f5f03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backend/src/filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def add_use_to_identifier(imms: dict) -> dict:
9494

9595
class Filter:
9696
"""Functions for filtering a FHIR Immunization Resource"""
97+
9798
@staticmethod
9899
def read(imms: dict) -> dict:
99100
"""Apply filtering for READ request"""

backend/tests/test_fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def setUp(self):
157157
self.pds_service = create_autospec(PdsService)
158158
self.validator = create_autospec(ImmunizationValidator)
159159
self.fhir_service = FhirService(self.imms_repo, self.pds_service, self.validator)
160-
160+
161161
def test_get_immunization_by_id(self):
162162
"""it should find an Immunization by id"""
163163
imms_id = "an-id"

0 commit comments

Comments
 (0)