Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 11, 2023
1 parent 3261168 commit 69c08d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_run_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,7 @@ async def stop(self, request: web.Request) -> web.Response:
asyncio.get_running_loop().call_soon(self.raiser)
return web.Response()

def run_app(
self, port: int, timeout: int, task, extra_test=None
) -> asyncio.Task:
def run_app(self, port: int, timeout: int, task, extra_test=None) -> asyncio.Task:
async def test() -> None:
await asyncio.sleep(1)
async with ClientSession() as sess:
Expand Down

0 comments on commit 69c08d8

Please sign in to comment.