Falko Schindler 2 年之前
父节点
当前提交
b548ffd7c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/elements/element.py

+ 1 - 1
nicegui/elements/element.py

@@ -5,7 +5,7 @@ import asyncio
 import justpy as jp
 
 from ..binding import BindableProperty, bind_from, bind_to
-from ..globals import page_stack, view_stack
+from ..globals import view_stack
 from ..task_logger import create_task