Skip to content

Commit 1376e9e

Browse files
committed
Remove debug statement
1 parent d792361 commit 1376e9e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tutorial-registry/validate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828
def _check_url_exists(url: str) -> None:
2929
logger.info(f"Testing URL: {url}")
30-
import time
31-
32-
time.sleep(0.5)
3330
response = httpx.head(url, follow_redirects=True)
3431
if response.status_code != 200:
3532
raise ValueError(f"URL {url} is not reachable (error {response.status_code}). ")

0 commit comments

Comments
 (0)