Skip to content

Commit 081f8d9

Browse files
(AzureCXP) fixed aggregator python sample
removed aggregator python sample unused namespace resolves MicrosoftDocs/azure-docs#98866
1 parent 7ae927b commit 081f8d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-functions/durable/durable-functions-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,6 @@ module.exports = df.entity(function(context) {
802802
# [Python](#tab/python)
803803

804804
```python
805-
import logging
806-
import json
807-
808805
import azure.functions as func
809806
import azure.durable_functions as df
810807

0 commit comments

Comments
 (0)