mirror of https://github.com/dapr/docs.git
Remove requests dep (#2055)
* Add DCO check to PR template Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Remove requests dep Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Nick Greenfield <nigreenf@microsoft.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> Signed-off-by: Antonio Robson de Paula <robson.p@sidi.org.br>
This commit is contained in:
parent
33cc1dbdad
commit
f17e08a888
|
@ -264,8 +264,7 @@ public class OrderProcessingServiceApplication {
|
|||
```python
|
||||
#dependencies
|
||||
import random
|
||||
from time import sleep
|
||||
import requests
|
||||
from time import sleep
|
||||
import logging
|
||||
from dapr.clients import DaprClient
|
||||
|
||||
|
|
Loading…
Reference in New Issue