Skip to content

Commit c64a42a

Browse files
committed
fmt
1 parent e38a2cc commit c64a42a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/selenium/common/exceptions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def __init__(
173173
super().__init__(with_support, screen, stacktrace)
174174

175175

176-
177176
class ElementNotInteractableException(InvalidElementStateException):
178177
"""Thrown when an element is present in the DOM but interactions with that
179178
element will hit another element due to paint order."""
@@ -186,7 +185,6 @@ def __init__(
186185
super().__init__(with_support, screen, stacktrace)
187186

188187

189-
190188
class ElementNotSelectableException(InvalidElementStateException):
191189
"""Thrown when trying to select an unselectable element.
192190
@@ -276,7 +274,6 @@ def __init__(
276274
super().__init__(with_support, screen, stacktrace)
277275

278276

279-
280277
class InsecureCertificateException(WebDriverException):
281278
"""Navigation caused the user agent to hit a certificate warning, which is
282279
usually the result of an expired or invalid TLS certificate."""

0 commit comments

Comments
 (0)