Skip to content

Commit f1309b7

Browse files
Merge pull request #212307 from MayankBargali-MSFT/patch-85
(AzureCXP) fixed aggregator python sample
2 parents b674270 + 081f8d9 commit f1309b7

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)