Skip to content

Commit 183029b

Browse files
committed
Bug 1990757 [wpt PR 55057] - wdspec: fix imports in /webdriver/tests/bidi/network/get_data/ tests, a=testonly
Automatic update from web-platform-tests wdspec: fix imports in /webdriver/tests/bidi/network/get_data/ tests -- wpt-commits: 5279c0145a73946d6c2613a83a1fefdf29774b21 wpt-pr: 55057 UltraBlame original commit: 1024bf388d50726f51eb3e115bb0531f6b9a2d0f
1 parent e9a1f86 commit 183029b

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

testing/web-platform/tests/webdriver/tests/bidi/network/get_data/charset.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
import
2-
webdriver
3-
.
4-
bidi
5-
.
6-
error
7-
as
8-
error
2+
pytest
93
from
104
.
115
.

testing/web-platform/tests/webdriver/tests/bidi/network/get_data/collector.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import
22
pytest
3-
import
4-
webdriver
5-
.
6-
bidi
7-
.
8-
error
9-
as
10-
error
113
from
124
.
135
.

0 commit comments

Comments
 (0)