We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88a128 commit 916de61Copy full SHA for 916de61
pyproject.toml
@@ -33,7 +33,7 @@ dev = [
33
"pytest-asyncio>=0.21.0",
34
"pytest-cov>=4.1.0",
35
"pytest-mock>=3.11.0",
36
- "black>=23.0.0",
+ "black>=25.0.0",
37
"ruff>=0.1.0",
38
"mypy>=1.5.0",
39
"pre-commit>=3.4.0",
src/brightdata/scraper_studio/client.py
@@ -15,7 +15,6 @@
15
from http import HTTPStatus
16
from ..exceptions import APIError, DataNotReadyError
17
18
-
19
BASE_URL = "https://api.brightdata.com"
20
21
0 commit comments