removes unused attribute

This commit is contained in:
Mose Müller 2024-02-01 13:23:21 +01:00
parent 4f1cc4787d
commit aca5aab1ef

View File

@ -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