Skip to content

Commit b7187ce

Browse files
committed
[REF] Add trailing comma for vertially-listed kwarg
1 parent 78c6be7 commit b7187ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c19-backend/ehrbase_connector/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def ehr_already_existed(status_code):
6464
params={
6565
'subject_id': nhs_number,
6666
'subject_namespace': nhs_number_namespace,
67-
}
67+
},
6868
)
6969
if fetch_response.status_code == requests.codes.ok:
7070
return fetch_response.json()['ehr_id']['value']

0 commit comments

Comments
 (0)