Falko Schindler 2 anni fa
parent
commit
b548ffd7c0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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