Falko Schindler hace 2 años
padre
commit
85e90a94fb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nicegui/events.py

+ 1 - 0
nicegui/events.py

@@ -5,6 +5,7 @@ from typing import Any, Callable, List, Optional
 
 from starlette.websockets import WebSocket
 
+from . import globals
 from .elements.element import Element
 from .helpers import is_coroutine
 from .lifecycle import on_startup