fix(tunnels): add missing imports for render_compose_template, recreate_tunnel, check_tunnel_health

This commit is contained in:
Fusion
2026-05-20 17:30:34 +02:00
parent 54ec87a836
commit 0b68efb6e0
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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: