Bläddra i källkod

fix: update() is not imported at taipy level

trgiangdo 5 dagar sedan
förälder
incheckning
1f55b7ee48
1 ändrade filer med 1 tillägg och 0 borttagningar
  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