yetessam commited on
Commit
59267da
·
verified ·
1 Parent(s): 5b82ce6

Update checks/health_check.py

Browse files
Files changed (1) hide show
  1. checks/health_check.py +2 -0
checks/health_check.py CHANGED
@@ -3,6 +3,8 @@ import os
3
  import requests
4
  from typing import Dict, Tuple
5
 
 
 
6
  def check_with_prompt(endpoint_uri: str):
7
 
8
  # Try a direct test of your endpoint
 
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
 
10
  # Try a direct test of your endpoint