mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Start work on config infrastructure for ssh kitten
This commit is contained in:
2
kittens/diff/options/parse.py
generated
2
kittens/diff/options/parse.py
generated
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user