mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
Ran black
This commit is contained in:
parent
b3001c1e5a
commit
630e557cdb
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue