mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-28 00:31:18 +01:00
removes unused attribute
This commit is contained in:
@@ -43,7 +43,6 @@ class DataService(rpyc.Service, AbstractDataService):
|
||||
self._autostart_tasks = {}
|
||||
|
||||
self.__check_instance_classes()
|
||||
self._initialised = True
|
||||
|
||||
def __setattr__(self, __name: str, __value: Any) -> None:
|
||||
# Check and warn for unexpected type changes in attributes
|
||||
|
||||
Reference in New Issue
Block a user