Skip to content

Commit 5aa4b01

Browse files
[py] fixed lynting error
1 parent 5aa2cb7 commit 5aa4b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/selenium/webdriver/ie/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ def to_capabilities(self) -> dict:
387387

388388
@property
389389
def default_capabilities(self) -> dict:
390-
return DesiredCapabilities.INTERNETEXPLORER.copy()
390+
return DesiredCapabilities.INTERNETEXPLORER.copy()

0 commit comments

Comments
 (0)