Skip to content

Commit 3b157e6

Browse files
authored
Merge pull request #10 from eadwinCode/black_upgrade
upgraded to black 23.3
2 parents 13fefe8 + a65bbf1 commit 3b157e6

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
@@ -55,7 +55,7 @@ test = [
5555
"pytest-cov >= 2.12.0,<5.0.0",
5656
"mypy == 1.4.1",
5757
"ruff ==0.0.275",
58-
"black ==22.8.0",
58+
"black ==23.3.0",
5959
"pytest-asyncio",
6060
"autoflake",
6161
]

tests/test_throttler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class TestLimitController:
5252
],
5353
)
5454
def test_limit_index(self, url, limit):
55-
5655
for i in range(limit):
5756
res = client.get(url)
5857
assert res.status_code == 200

0 commit comments

Comments
 (0)