We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf26cd commit 928b2b4Copy full SHA for 928b2b4
tests/unit/test_batch.py
@@ -4,9 +4,7 @@
4
Verifies that scraping multiple URLs returns List[ScrapeResult] correctly.
5
"""
6
7
-import pytest
8
from brightdata import BrightDataClient
9
-from brightdata.models import ScrapeResult
10
11
12
class TestBatchOperations:
@@ -23,7 +21,6 @@ def test_single_url_returns_single_result(self):
23
21
import inspect
24
22
25
sig = inspect.signature(scraper.products)
26
- return_annotation = sig.return_annotation
27
28
# Should accept Union[str, List[str]]
29
params = sig.parameters
0 commit comments