feat(v2): enqueue and lease durable executions
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from backup_tool.execution import ACTIVE_STATES, TERMINAL_STATES, TransitionError, transition
|
||||
from backup_tool.execution import (
|
||||
ACTIVE_STATES,
|
||||
TERMINAL_STATES,
|
||||
TransitionError,
|
||||
transition,
|
||||
)
|
||||
|
||||
|
||||
def test_transitions_are_monotonic_and_terminal_states_cannot_change() -> None:
|
||||
|
||||
Reference in New Issue
Block a user