Skip to content

Commit 3aeb3f1

Browse files
Update quickstart-asyncpython.md
removed the note from the code
1 parent 389b824 commit 3aeb3f1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/healthcare-apis/deidentification/quickstart-asyncpython.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ When you choose to store documents in Azure Blob Storage, you're charged based o
2323

2424
In this tutorial, you:
2525

26-
> [!div class="checklist"]
27-
> * Create a storage account and container
28-
> * Upload a sample document
29-
> * Grant the de-identification service access
30-
> * Configure network isolation
26+
27+
* Create a storage account and container
28+
* Upload a sample document
29+
* Grant the de-identification service access
30+
* Configure network isolation
3131

3232
## Prerequisites
3333

@@ -144,7 +144,6 @@ async def deidentify_documents_async():
144144
)
145145
146146
async with client:
147-
print("hi chao")
148147
lro: AsyncLROPoller = await client.begin_deidentify_documents(jobname, job)
149148
finished_job: DeidentificationJob = await lro.result()
150149

0 commit comments

Comments
 (0)