Skip to content

Commit 4431b01

Browse files
committed
make_*_pk II
1 parent 722a54d commit 4431b01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lambdas/backend/src/repository/fhir_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
get_contained_patient,
2121
get_nhs_number,
2222
make_immunization_pk,
23-
make_patient_pk
23+
make_patient_pk,
2424
)
2525
from common.models.utils.validation_utils import (
2626
get_vaccine_type,

lambdas/recordforwarder/src/repository/fhir_batch_repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
make_patient_pk,
2222
)
2323

24+
2425
def create_table(region_name="eu-west-2"):
2526
table_name = os.environ["DYNAMODB_TABLE_NAME"]
2627
dynamodb = boto3.resource("dynamodb", region_name=region_name)

0 commit comments

Comments
 (0)