mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 08:59:26 +01:00
fixing ruff formatting error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user