diff --git a/contrib/windows/tests/utils.py b/contrib/windows/tests/utils.py index e1bf4a9835c7..0405dab00069 100644 --- a/contrib/windows/tests/utils.py +++ b/contrib/windows/tests/utils.py @@ -399,7 +399,7 @@ def zpool_create( devices: typing.Iterable[os.PathLike], zpool_options: typing.Dict[str, str] = {}, zfs_options: typing.Dict[str, str] = {}, -) -> pathlib.Path: +) -> ZpoolInfo: """Context manager that creates a zpool and destroys it when done Args: