[PATCH v3 4/4] Toaster: Toaster: Remove unused sleep import from time
Alassane Yattara <[email protected]> Thu, 2 Nov 2023 16:01:46 +0100
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Alassane Yattara <[email protected]> --- lib/toaster/tests/browser/test_landing_page.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/toaster/tests/browser/test_landing_page.py b/lib/toaster/tests/browser/test_landing_page.py index 756497bd..7b425344 100644 --- a/lib/toaster/tests/browser/test_landing_page.py +++ b/lib/toaster/tests/browser/test_landing_page.py @@ -7,7 +7,6 @@ # Copyright (C) 2013-2016 Intel Corporation # -from time import sleep from django.urls import reverse from django.utils import timezone from tests.browser.selenium_helpers import SeleniumTestCase -- 2.34.1