diff --git a/examples/timeout.flow b/examples/timeout.flow index 87844f2..df6b521 100644 --- a/examples/timeout.flow +++ b/examples/timeout.flow @@ -2,7 +2,7 @@ from datetime import timedelta from time import sleep -from flowmetal import workflow, timeout, CancelledError, TimeoutError, Task +from flowmetal import workflow, CancelledError, TimeoutError, Task def cancellable_activity():