Skip to content

Commit 83348f4

Browse files
committed
[py] fix failing linter
1 parent c6df30c commit 83348f4

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
@@ -51,7 +51,7 @@ def get_binary() -> Path:
5151
"cygwin": "windows",
5252
"linux": "linux",
5353
"freebsd": "linux",
54-
"openbsd": "linux"
54+
"openbsd": "linux",
5555
}
5656

5757
directory = dirs.get(sys.platform)

0 commit comments

Comments
 (0)