Skip to content

Commit 74cdefe

Browse files
committed
removing imports from conftest.py
1 parent 7532b00 commit 74cdefe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
from dotenv import load_dotenv
1010
from pathlib import Path
1111
from utils.load_properties_file import PropertiesFile
12-
import logging
13-
from utils.user_tools import UserTools
14-
from pages.base_page import BasePage
1512

1613
LOCAL_ENV_PATH = Path(os.getcwd()) / "local.env"
1714

0 commit comments

Comments
 (0)