mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
fixing tests
This commit is contained in:
parent
f446c0b1d2
commit
6c15b85679
@ -1,5 +1,5 @@
|
|||||||
from collections.abc import Generator
|
from collections.abc import Generator
|
||||||
from typing import Any, cast
|
from typing import Any
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
@ -23,4 +23,4 @@ def emit(self: Any, parent_path: str, name: str, value: Any) -> None:
|
|||||||
print(f"{parent_path}.{name} = {value}")
|
print(f"{parent_path}.{name} = {value}")
|
||||||
|
|
||||||
|
|
||||||
cast(CallbackManager, DataService._callback_manager).emit_notification = emit # type: ignore
|
CallbackManager.emit_notification = emit # type: ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user