Skip to content

Commit

Permalink
[py] fix linting failures
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 18, 2023
1 parent 4ea6f16 commit 741e9f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion py/selenium/webdriver/firefox/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
import typing
import warnings
from typing import Union

from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
Expand Down
2 changes: 0 additions & 2 deletions py/test/selenium/webdriver/firefox/firefox_service_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import os
import subprocess

import pytest

from selenium.webdriver import Firefox
from selenium.webdriver.firefox.service import Service

Expand Down

0 comments on commit 741e9f6

Please sign in to comment.