Skip to content

Commit

Permalink
refactor: delete unused import from conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
ezoenovak committed Dec 20, 2023
1 parent 61f9eb6 commit bbe545c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from selenium.webdriver.chrome.options import Options as Options_chrome
from selenium.webdriver.firefox.options import Options as Options_ff
import database_connection
from pages.main_page import MainPage


@pytest.fixture(scope='function')
Expand Down

0 comments on commit bbe545c

Please sign in to comment.