Skip to content

Commit f17e08a

Browse files
chethanukgreenie-msftyaron2Mark Fussell
authored and
Antonio Robson de Paula
committed
Remove requests dep (dapr#2055)
* Add DCO check to PR template Signed-off-by: Nick Greenfield <[email protected]> * Remove requests dep Signed-off-by: GitHub <[email protected]> Co-authored-by: Nick Greenfield <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Antonio Robson de Paula <[email protected]>
1 parent 33cc1db commit f17e08a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ public class OrderProcessingServiceApplication {
264264
```python
265265
#dependencies
266266
import random
267-
from time import sleep
268-
import requests
267+
from time import sleep
269268
import logging
270269
from dapr.clients import DaprClient
271270

0 commit comments

Comments
 (0)