mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
renaming file containing abstract base classes
This commit is contained in:
parent
3294617542
commit
be624f8f07
@ -17,9 +17,6 @@ class AbstractDataService(ABC):
|
|||||||
loop.
|
loop.
|
||||||
"""
|
"""
|
||||||
_autostart_tasks: dict[str, tuple[Any]]
|
_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):
|
class TaskDict(TypedDict):
|
Loading…
x
Reference in New Issue
Block a user