Spaces:
Sleeping
Sleeping
Update checks/status_check.py
Browse files- checks/status_check.py +1 -1
checks/status_check.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import requests
|
| 6 |
from urllib.parse import urlparse
|
| 7 |
|
| 8 |
-
from endpoint_utils import hf_headers # or same module where you defined it
|
| 9 |
|
| 10 |
|
| 11 |
|
|
|
|
| 5 |
import requests
|
| 6 |
from urllib.parse import urlparse
|
| 7 |
|
| 8 |
+
from .endpoint_utils import hf_headers # or same module where you defined it
|
| 9 |
|
| 10 |
|
| 11 |
|