Test thing

This commit is contained in:
Constantin Gierczak--Galle 2023-12-15 17:42:49 +01:00
parent 6142a4eecd
commit fb2ed2f016

View file

@ -69,7 +69,6 @@ class AbstractLight:
self._enable_auto_update: bool = False
for key, rValueObject in self.__class__.__dict__.items():
if isinstance(rValueObject, BaseReactiveValue):
# On copie la valeur
val = deepcopy(rValueObject.value)
if isinstance(val, ReactiveMixin):