0
0
Fork 0
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:
Arne Tarara 2023-10-04 12:09:51 +02:00
parent 71ef61a396
commit 36948833bf
No known key found for this signature in database
GPG key ID: 2540198A4079785B

View file

@ -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