yetessam commited on
Commit
261b1a1
·
verified ·
1 Parent(s): aff7c4e

Update checks/status_check.py

Browse files
Files changed (1) hide show
  1. 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