Skip to content

Commit c599725

Browse files
committed
[py] Fixing linter
1 parent 00b6089 commit c599725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/selenium_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def driver_location(self, options: BaseOptions) -> str:
9393
driver_path = output["driver_path"]
9494
logger.debug(f"Using driver at: {driver_path}")
9595

96-
if hasattr(options.__class__, 'binary_location'):
96+
if hasattr(options.__class__, "binary_location"):
9797
options.binary_location = browser_path
9898
options.browser_version = None # if we have the binary location we no longer need the version
9999

0 commit comments

Comments
 (0)