Skip to content

Commit 48abb18

Browse files
authored
added new line
1 parent 130f858 commit 48abb18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/selenium/common/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,5 @@ def __init__(
287287
super().__init__(with_support, screen, stacktrace)
288288

289289
class DetachedShadowRootException(WebDriverException):
290-
"""Raised when referenced shadow root is no longer attached to the DOM"""
290+
"""Raised when referenced shadow root is no longer attached to the DOM"""
291+

0 commit comments

Comments
 (0)