Skip to content

Commit

Permalink
[py] Fixing flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jul 17, 2020
1 parent a489918 commit 4de0e37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions py/selenium/webdriver/chromium/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
# specific language governing permissions and limitations
# under the License.

import sys
import warnings

from selenium.common.exceptions import WebDriverException
from selenium.webdriver.chromium.remote_connection import ChromiumRemoteConnection
from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ def test_creates_capabilities(options):
def test_is_a_baseoptions(options):
from selenium.webdriver.common.options import BaseOptions
assert isinstance(options, BaseOptions)

0 comments on commit 4de0e37

Please sign in to comment.