diff mbox series

[v3,4/4] Toaster: Toaster: Remove unused sleep import from time

Message ID 20231102150227.363289-4-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series [v3,1/4] Toaster: Check info_sign is visible and clickable in landing page | expand

Commit Message

Alassane Yattara Nov. 2, 2023, 3:02 p.m. UTC
Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 lib/toaster/tests/browser/test_landing_page.py | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Purdie Nov. 9, 2023, 12:54 p.m. UTC | #1
On Thu, 2023-11-02 at 16:02 +0100, Alassane Yattara wrote:
> Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
> ---
>  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

This line was added in 1/4 of the series. This should get squashed into
1/4 and the series resent as 3 patches since it hasn't merged yet.

Cheers,

Richard
diff mbox series

Patch

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