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 Jun 12, 2023
1 parent 408dec9 commit 014824d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def token() -> str:

@pytest.fixture
async def client(api_server: AioHTTPTestServer, token: str) -> AsyncIterator[Client]:

async with Client(api_server.make_url(""), token=token) as client:
yield client

Expand Down

0 comments on commit 014824d

Please sign in to comment.