[PATCH 1/4] Toaster: Bug-fix

Alassane Yattara <[email protected]> Tue, 21 Nov 2023 14:48:46 +0100
Newsgroups org.yoctoproject.lists.toaster
Message-ID <[email protected]>
Fixed
- Select import,
- Remove trailing whitespace,
- Set excepted 2lines after imports

Signed-off-by: Alassane Yattara <[email protected]>
---
 lib/toaster/tests/functional/test_create_new_project.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/toaster/tests/functional/test_create_new_project.py b/lib/toaster/tests/functional/test_create_new_project.py
index 051709b4..dc7d1fc2 100644
--- a/lib/toaster/tests/functional/test_create_new_project.py
+++ b/lib/toaster/tests/functional/test_create_new_project.py
@@ -9,11 +9,12 @@
 import re
 import pytest
 from django.urls import reverse
-from selenium.webdriver.support.ui import Select
+from selenium.webdriver.support.select import Select
 from tests.functional.functional_helpers import SeleniumFunctionalTestCase
 from orm.models import Project
 from selenium.webdriver.common.by import By
 
+
 @pytest.mark.django_db
 class TestCreateNewProject(SeleniumFunctionalTestCase):
 
-- 
2.34.1