Skip to content

Commit a6f9aa8

Browse files
noerogkurtisvg
andcommitted
Update healthcare/api-client/v1/hl7v2/hl7v2_stores.py
Co-Authored-By: Kurtis Van Gent <[email protected]>
1 parent 2c57312 commit a6f9aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/v1/hl7v2/hl7v2_stores.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def delete_hl7v2_store(
6363
hl7v2_store_name = '{}/hl7V2Stores/{}'.format(
6464
hl7v2_store_parent, hl7v2_store_id)
6565

66-
request = client.projects().locations().datasets(
67-
).hl7V2Stores().delete(name=hl7v2_store_name)
66+
request = client.projects().locations().datasets().hl7V2Stores().delete(
67+
name=hl7v2_store_name)
6868

6969
response = request.execute()
7070
print('Deleted HL7v2 store: {}'.format(hl7v2_store_id))

0 commit comments

Comments
 (0)