Removed unused imports

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
This commit is contained in:
Amulya Varote 2022-03-30 15:29:57 -07:00
parent 2abc6896f3
commit 779e57767b
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ Below are the examples in sdks:
```python
#dependencies
import asyncio
from time import sleep
from dapr.clients import DaprClient
#code
async def executeConfiguration():