mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Apply suggestions from code review.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@ from ansible.module_utils.common.collections import is_sequence
|
||||
if t.TYPE_CHECKING:
|
||||
from collections.abc import Callable, Mapping, Sequence
|
||||
|
||||
ArgFormatType = Callable[[t.Any], list[str]]
|
||||
ArgFormatType = Callable[[t.Any], Sequence[t.Any]]
|
||||
_T = t.TypeVar("_T")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user