mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
fixing ruff formatting error
This commit is contained in:
parent
f50976358b
commit
6765246231
@ -24,8 +24,7 @@ class Observer(ABC):
|
|||||||
self.on_change_start(changing_attribute)
|
self.on_change_start(changing_attribute)
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def on_change(self, full_access_path: str, value: Any) -> None:
|
def on_change(self, full_access_path: str, value: Any) -> None: ...
|
||||||
...
|
|
||||||
|
|
||||||
def on_change_start(self, full_access_path: str) -> None:
|
def on_change_start(self, full_access_path: str) -> None:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user