renaming file containing abstract base classes

This commit is contained in:
Mose Müller 2023-08-02 12:06:22 +02:00
parent 3294617542
commit be624f8f07

View File

@ -17,9 +17,6 @@ class AbstractDataService(ABC):
loop.
"""
_autostart_tasks: dict[str, tuple[Any]]
# _task_status_change_callbacks: list[Callable[[str, dict[str, Any] | None], None]]
# """A list of callback functions to be invoked when the status of a task (start or
# stop) changes."""
class TaskDict(TypedDict):