Skip to content

Commit

Permalink
[py]: Address flake8 violations and remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jul 14, 2022
1 parent 545355d commit 38f8501
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions py/selenium/webdriver/remote/errorhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

from typing import Any, Dict, Mapping, Type, TypeVar
from typing import Any, Dict, Type

from selenium.common.exceptions import (ElementClickInterceptedException,
ElementNotInteractableException,
Expand Down Expand Up @@ -48,10 +48,6 @@
WebDriverException)


_KT = TypeVar("_KT")
_VT = TypeVar("_VT")


class ErrorCode:
"""
Error codes defined in the WebDriver wire protocol.
Expand Down

0 comments on commit 38f8501

Please sign in to comment.