Start work on config infrastructure for ssh kitten

This commit is contained in:
Kovid Goyal
2022-02-25 15:14:10 +05:30
parent 5c8651c7cd
commit 846021296f
10 changed files with 211 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ def create_result_dict() -> typing.Dict[str, typing.Any]:
}
actions = frozenset(('map',))
actions: typing.FrozenSet[str] = frozenset(('map',))
def merge_result_dicts(defaults: typing.Dict[str, typing.Any], vals: typing.Dict[str, typing.Any]) -> typing.Dict[str, typing.Any]: