Skip to content

Commit

Permalink
🚨 make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 30, 2024
1 parent e287610 commit 90de023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def server_url(server: BaseWSGIServer) -> URL:


@pytest.fixture(scope="session", autouse=True)
async def after_nonebot_init(after_nonebot_init: None, server_url: URL): # noqa: PT004
def after_nonebot_init(after_nonebot_init: None, server_url: URL):
with pytest.MonkeyPatch.context() as m:

def _get_api_base(*args, **kwargs):
Expand Down

0 comments on commit 90de023

Please sign in to comment.