Skip to content

Commit 928b2b4

Browse files
committed
Batch Testing for all Platforms
1 parent 6bf26cd commit 928b2b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/test_batch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
Verifies that scraping multiple URLs returns List[ScrapeResult] correctly.
55
"""
66

7-
import pytest
87
from brightdata import BrightDataClient
9-
from brightdata.models import ScrapeResult
108

119

1210
class TestBatchOperations:
@@ -23,7 +21,6 @@ def test_single_url_returns_single_result(self):
2321
import inspect
2422

2523
sig = inspect.signature(scraper.products)
26-
return_annotation = sig.return_annotation
2724

2825
# Should accept Union[str, List[str]]
2926
params = sig.parameters

0 commit comments

Comments
 (0)