Skip to content

Commit 916de61

Browse files
committed
change black version in pyproject.toml
1 parent b88a128 commit 916de61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = [
3333
"pytest-asyncio>=0.21.0",
3434
"pytest-cov>=4.1.0",
3535
"pytest-mock>=3.11.0",
36-
"black>=23.0.0",
36+
"black>=25.0.0",
3737
"ruff>=0.1.0",
3838
"mypy>=1.5.0",
3939
"pre-commit>=3.4.0",

src/brightdata/scraper_studio/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from http import HTTPStatus
1616
from ..exceptions import APIError, DataNotReadyError
1717

18-
1918
BASE_URL = "https://api.brightdata.com"
2019

2120

0 commit comments

Comments
 (0)