fix(tunnels): add missing imports for render_compose_template, recreate_tunnel, check_tunnel_health
This commit is contained in:
@@ -370,7 +370,7 @@ def recreate_tunnel(
|
||||
return start_cloudflared_tunnel(container_name, port)
|
||||
|
||||
|
||||
def check_tunnel_health(url: str, timeout: int = 10) -> dict[str, any]:
|
||||
def check_tunnel_health(url: str, timeout: int = 10) -> dict[str, Any]:
|
||||
"""Check if a tunnel URL is healthy.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user