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>
This commit is contained in:
ChethanUK 2021-12-24 23:00:45 +05:30 committed by GitHub
parent 90fb822430
commit ff5f20f23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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