Skip to content

Commit a4054c7

Browse files
committed
Fix executable_path type hint
1 parent e2a127e commit a4054c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/chrome/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Service(service.ChromiumService):
3737

3838
def __init__(
3939
self,
40-
executable_path=None,
40+
executable_path: Optional[str] = None,
4141
port: int = 0,
4242
service_args: Optional[List[str]] = None,
4343
log_output: Optional[SubprocessStdAlias] = None,

0 commit comments

Comments
 (0)