Skip to content

Commit

Permalink
more narrow annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Dec 26, 2024
1 parent 414aec1 commit 5990f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/zfs_/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def iter_datasets(out, datasets_in, batch_ops):
def paths_to_datasets_impl(
paths: list[str],
mntinfo: dict | None = None
) -> dict | dict[str, str]:
) -> dict | dict[str, str | None]:
"""
Convert `paths` to a dictionary of ZFS dataset names. This
performs lookup through mountinfo.
Expand Down

0 comments on commit 5990f43

Please sign in to comment.