Skip to content

Commit 6ca7d86

Browse files
Update browser.py
1 parent c035590 commit 6ca7d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/bidi/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
import warnings
20-
from typing import Optional
20+
from typing import Any, Optional
2121

2222
from selenium.webdriver.common.bidi.common import command_builder
2323
from selenium.webdriver.common.bidi.session import UserPromptHandler

0 commit comments

Comments
 (0)