소스 검색

fix: remove redundant line

trgiangdo 6 달 전
부모
커밋
8d0bc5a968
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)