Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaberezovskyi committed Aug 30, 2023
1 parent fcd5ded commit 0b4ce96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/driver_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.chrome.service import Service as ChromeService

from utils.logger import Logger, LogLevel
from utils.properties import Properties
from utils.yaml_reader import YamlReader
from src.utils.logger import Logger, LogLevel
from src.utils.properties import Properties
from src.utils.yaml_reader import YamlReader

log = Logger(log_lvl=LogLevel.INFO).get_instance()

Expand Down

0 comments on commit 0b4ce96

Please sign in to comment.