Skip to content

Commit 01fcbe9

Browse files
committed
[py] Fixing flake8 issues
1 parent 8ae7d7b commit 01fcbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/unit/selenium/webdriver/edge/edge_options_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def test_is_a_baseoptions(options):
5555
from selenium.webdriver.common.options import BaseOptions
5656
assert isinstance(options, BaseOptions)
5757

58+
5859
def test_custom_browser_name():
5960
options = Options(is_legacy=False)
6061
options.custom_browser_name = "testbrowsername"

0 commit comments

Comments
 (0)