Remove unused import
This commit is contained in:
parent
d086487a94
commit
eef3a17e55
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from time import sleep
|
from time import sleep
|
||||||
from flowmetal import workflow, timeout, CancelledError, TimeoutError, Task
|
from flowmetal import workflow, CancelledError, TimeoutError, Task
|
||||||
|
|
||||||
|
|
||||||
def cancellable_activity():
|
def cancellable_activity():
|
||||||
|
|
Loading…
Reference in a new issue