mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +01:00
Added sleep import
This commit is contained in:
parent
71ef61a396
commit
36948833bf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
import contextlib
|
||||
from time import time_ns
|
||||
from time import time_ns, sleep
|
||||
|
||||
from playwright.sync_api import Playwright, sync_playwright
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue