Skip to content

Commit

Permalink
[py] remove blank lines so flake8 passes (SeleniumHQ#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg authored and juangj committed Dec 14, 2016
1 parent 0fd8400 commit a6f6b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/firefox/ff_launcher_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
driver3.quit()



def test_launch_firefox_with_none_log_path(capabilities):
driver = Firefox(capabilities=capabilities, log_path=None)
driver.quit()
Expand Down
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/marionette/mn_launcher_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
driver3.quit()



def test_launch_firefox_with_none_log_path(capabilities):
driver = Firefox(capabilities=capabilities, log_path=None)
driver.quit()
Expand Down

0 comments on commit a6f6b51

Please sign in to comment.