Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions py/selenium/webdriver/common/driver_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class DriverFinder:
This implementation is still in beta, and may change.
"""

def __init__(self) -> None:
pass

@staticmethod
def get_path(service: Service, options: BaseOptions) -> str:
path = shutil.which(service.path)
Expand Down
3 changes: 0 additions & 3 deletions py/selenium/webdriver/common/selenium_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ class SeleniumManager:
This implementation is still in beta, and may change.
"""

def __init__(self) -> None:
pass

@staticmethod
def get_binary() -> Path:
"""Determines the path of the correct Selenium Manager binary.
Expand Down