Skip to content

Commit

Permalink
chore: ruff PT rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 14, 2024
1 parent bd29df1 commit 0b001ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
@pytest.fixture(scope="session", autouse=True, params=["es", "en"])
def language(request):
app_settings.email_template_lang = request.param
yield


@pytest.fixture(scope="session")
def app() -> Generator[FastAPI, Any, None]:
yield main.app
return main.app


@pytest.fixture(scope="session")
Expand Down Expand Up @@ -124,7 +123,7 @@ def aws_client(mock_aws):
}
)

yield aws.Client(
return aws.Client(
cognito_client,
ses_client,
lambda: "initial-autogenerated-password",
Expand Down

0 comments on commit 0b001ec

Please sign in to comment.