Skip to content

Commit a6f6b51

Browse files
cgoldbergjuangj
authored andcommitted
[py] remove blank lines so flake8 passes (#3255)
1 parent 0fd8400 commit a6f6b51

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

py/test/selenium/webdriver/firefox/ff_launcher_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
3232
driver3.quit()
3333

3434

35-
3635
def test_launch_firefox_with_none_log_path(capabilities):
3736
driver = Firefox(capabilities=capabilities, log_path=None)
3837
driver.quit()

py/test/selenium/webdriver/marionette/mn_launcher_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
3131
driver3.quit()
3232

3333

34-
3534
def test_launch_firefox_with_none_log_path(capabilities):
3635
driver = Firefox(capabilities=capabilities, log_path=None)
3736
driver.quit()

0 commit comments

Comments
 (0)