Skip to content

Commit 6795aae

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d3ab283 commit 6795aae

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ async-generator==1.10
22
attrs==25.4.0
33
backports.tarfile==1.2.0
44
cachetools==7.0.1
5-
pycddl
5+
66
certifi==2026.1.4
77
cffi==2.0.0
88
chardet==5.2.0

py/selenium/webdriver/common/bidi/__init__.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,3 @@
55

66
from __future__ import annotations
77

8-
from .browser import Browser
9-
from .browsing_context import BrowsingContext
10-
from .emulation import Emulation
11-
from .input import Input
12-
from .log import Log
13-
from .network import Network
14-
from .script import Script
15-
from .session import Session
16-
from .storage import Storage
17-
from .webextension import WebExtension
18-
19-
__all__ = [
20-
"Browser",
21-
"BrowsingContext",
22-
"Emulation",
23-
"Input",
24-
"Log",
25-
"Network",
26-
"Script",
27-
"Session",
28-
"Storage",
29-
"WebExtension",
30-
]

0 commit comments

Comments
 (0)