mirror of https://github.com/dapr/docs.git
Removed unused imports
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
This commit is contained in:
parent
2abc6896f3
commit
779e57767b
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue