Spaces:
Sleeping
Sleeping
Update checks/health_check.py
Browse files- checks/health_check.py +1 -1
checks/health_check.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import requests
|
4 |
from typing import Dict, Tuple
|
5 |
|
6 |
-
from endpoint_check import check_public_endpoint
|
7 |
|
8 |
def check_with_prompt(endpoint_uri: str):
|
9 |
|
|
|
3 |
import requests
|
4 |
from typing import Dict, Tuple
|
5 |
|
6 |
+
from checks.endpoint_check import check_public_endpoint
|
7 |
|
8 |
def check_with_prompt(endpoint_uri: str):
|
9 |
|