From patchwork Tue Oct 31 14:21:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 33164 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76050C4167B for ; Tue, 31 Oct 2023 14:21:51 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web10.187223.1698762102790632186 for ; Tue, 31 Oct 2023 07:21:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=Z2v6bYYN; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alassane.yattara@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 9DD039C0C3C for ; Tue, 31 Oct 2023 10:21:41 -0400 (EDT) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id eIwxnjhFPQ7d; Tue, 31 Oct 2023 10:21:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 2E3FD9C2CD7; Tue, 31 Oct 2023 10:21:41 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 2E3FD9C2CD7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1698762101; bh=gmS2e99uSFtaRy9I2G+NYeA+4vIX0S9QbGRU2AKkkc8=; h=From:To:Date:Message-Id:MIME-Version; b=Z2v6bYYNX85QlHpxepUP/t5NwS3TncRL9oNGNF8cQl8TWs+OzMkYnplhklMxUFLvw pah5qS632nnO52BXV3YUAHWFckxz67gCf8186U2+wVXuczg55wsTpRJqgPjutgI9bk lR8CuvOp++Ht5U7evswGjLh6Ewgd/1A8Gc3o52tFutkt6cXlh/gv6Nd00MCkGFeY5W vee57hDsJ2nGqxk8JaJiZFCBipfo1OcJ/gprgmc3A8fse1Jkw3O347DjVZZxUDtJDa RU/TvSPWRZzNzDmuwJATd9hVi4EDnil2fpgsDsILqBanOJeBJyqHbHpei3O09LJzVG h1j1aSM9uMCFg== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id sb9Rflh5fJzu; Tue, 31 Oct 2023 10:21:41 -0400 (EDT) Received: from jedi.. (unknown [196.127.183.75]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id 4CF5F9C0C3C; Tue, 31 Oct 2023 10:21:40 -0400 (EDT) From: Alassane Yattara To: toaster@lists.yoctoproject.org Cc: Alassane Yattara Subject: [PATCH 4/4] Toaster: Remove unused sleep import from time Date: Tue, 31 Oct 2023 15:21:33 +0100 Message-Id: <20231031142133.501127-1-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 31 Oct 2023 14:21:51 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5915 Signed-off-by: Alassane Yattara --- 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 ecbc0af3..53934fd2 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