Skip to content

Commit 601d9c6

Browse files
committed
Better formatting
1 parent 179a050 commit 601d9c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

conftest.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ def pytest_collection_modifyitems(items: list[pytest.Item]) -> None:
3030

3131

3232
@pytest.fixture(name="make_image_file")
33-
def fixture_make_image_file(
34-
high_quality_image: io.BytesIO,
35-
) -> Generator[None]:
33+
def fixture_make_image_file(high_quality_image: io.BytesIO) -> Generator[None]:
3634
"""Make an image file available in the test directory.
3735
3836
The path of this file matches the path in the documentation.
@@ -45,9 +43,7 @@ def fixture_make_image_file(
4543

4644

4745
@pytest.fixture(name="mock_vws")
48-
def fixture_mock_vws(
49-
monkeypatch: pytest.MonkeyPatch,
50-
) -> Generator[None]:
46+
def fixture_mock_vws(monkeypatch: pytest.MonkeyPatch) -> Generator[None]:
5147
"""Yield a mock VWS.
5248
5349
The keys used here match the keys in the documentation.

0 commit comments

Comments
 (0)