Skip to content

Use typing.Iterable instead of collections.abc.Iterable

David Runge requested to merge use_typing_iterable into master

libkeyringctl/{keyring,sequoia,util}.py: As Iterable is only used for type hints, switch to using typing.Iterable instead of collections.abc.Iterable, as the latter is problematic when using different Python versions.

Merge request reports