mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +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)
|
||||
|
||||
@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:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user