Skip to content

Commit

Permalink
remove development leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Apr 2, 2024
1 parent b7fc88c commit efbd835
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/dispatch/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@
CorrelationID: TypeAlias = int


@dataclass
class Reset(Exception):
"""A reset exception which discards the current coroutine and schedules
the provided call as argument instead"""

def __init__(self): ...


@dataclass
class CoroutineResult:
"""The result from running a coroutine to completion."""
Expand Down

0 comments on commit efbd835

Please sign in to comment.