Skip to content

Commit

Permalink
lint: pytest: fix PT001 issues
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Jun 16, 2024
1 parent 9768c34 commit 8b5ba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lona/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _debug_interactive():
return self.event_loop.run_in_executor(None, _debug_interactive)


@pytest.fixture()
@pytest.fixture
def lona_app_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_app_context(
setup_app: Callable[[App], None],
Expand Down Expand Up @@ -149,7 +149,7 @@ async def setup_aiohttp_app() -> Application:
Channel._clear_state()


@pytest.fixture()
@pytest.fixture
def lona_project_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_project_context(
project_root: str = '',
Expand Down

0 comments on commit 8b5ba97

Please sign in to comment.