Explorar o código

Removed unused param in open.py docstring

Brian Landry hai 1 ano
pai
achega
0396cf60f9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      nicegui/functions/open.py

+ 0 - 1
nicegui/functions/open.py

@@ -12,7 +12,6 @@ def open(target: Union[Callable[..., Any], str]) -> None:
     User events like button clicks provide such a socket.
 
     :param target: page function or string that is a an absolute URL or relative path from base URL
-    :param socket: optional WebSocket defining the target client
     """
     path = target if isinstance(target, str) else globals.page_routes[target]
     globals.get_client().open(path)