Skip to content

Commit 4a2f750

Browse files
committed
Ruff fix
1 parent 66eb458 commit 4a2f750

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_init.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ async def connect_legacy(
374374
)
375375

376376
# Happy flow
377-
app = self.setup_legacy_app(
378-
broken, timeout, raise_timeout, fail_auth, stretch
379-
)
377+
app = self.setup_legacy_app(broken, timeout, raise_timeout, fail_auth, stretch)
380378

381379
server = aiohttp.test_utils.TestServer(
382380
app, port=port, scheme="http", host="127.0.0.1"

0 commit comments

Comments
 (0)