Ran black

This commit is contained in:
Simon Willison 2026-04-16 20:44:21 -07:00
commit 630e557cdb

View file

@ -28,6 +28,7 @@ UNDOCUMENTED_PERMISSIONS = {
"view_document",
}
def wait_until_responds(url, timeout=5.0, client=httpx, **kwargs):
start = time.time()
while time.time() - start < timeout: