Remove unused monkeypatch fixtures (#12841)

This commit is contained in:
Adam Dangoor
2024-08-31 07:48:08 +01:00
committed by GitHub
parent 7b6f76b61c
commit c00388f509
3 changed files with 2 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ if TYPE_CHECKING:
def test_instantiation(
tmp_path_factory: pytest.TempPathFactory,
rootdir: str | os.PathLike[str] | None,
monkeypatch: pytest.MonkeyPatch,
) -> None:
# Given
src_dir = tmp_path_factory.getbasetemp() / 'root'