Skip to content

Commit 10e6148

Browse files
committed
Revert newline changes so line numbers in examples aren't screwed up
1 parent c1a3c95 commit 10e6148

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/python/tests/browsers/test_chrome.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import os
22
import re
33
import subprocess
4-
54
import pytest
65
from selenium import webdriver
76
from selenium.webdriver.common.by import By
87

9-
108
def test_basic_options():
119
options = get_default_chrome_options()
1210
driver = webdriver.Chrome(options=options)

examples/python/tests/browsers/test_edge.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import os
22
import re
33
import subprocess
4-
54
import pytest
65
from selenium import webdriver
76
from selenium.webdriver.common.by import By
87

9-
108
def test_basic_options():
119
options = get_default_edge_options()
1210

0 commit comments

Comments
 (0)