File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments