Переглянути джерело

fix: update() is not imported at taipy level

trgiangdo 5 днів тому
батько
коміт
1f55b7ee48
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      taipy/core/_init.py

+ 1 - 0
taipy/core/_init.py

@@ -68,6 +68,7 @@ from .taipy import (
     unsubscribe_scenario,
     unsubscribe_sequence,
     untag,
+    update,
 )
 from .task.task import Task
 from .task.task_id import TaskId