Browse Source

fix: remove redundant line

trgiangdo 6 months ago
parent
commit
8d0bc5a968
1 changed files with 0 additions and 1 deletions
  1. 0 1
      taipy/core/_entity/_entity.py

+ 0 - 1
taipy/core/_entity/_entity.py

@@ -37,4 +37,3 @@ class _Entity:
 
         for event in self._in_context_attributes_changed_collector:
             Notifier.publish(event)
-        _Reloader._get_manager(self._MANAGER_NAME)._set(self)