Skip to content
Snippets Groups Projects
Forked from Arch Linux / Arch Linux Keyring
Source project has a limited visibility.
David Runge's avatar
David Runge authored
libkeyringctl/{keyring,sequoia,util}.py:
As Iterable and Iterator are only used for type hints, switch to using
typing.{Iterable,Iterator} instead of
collections.abc.{Iterable,Iterator} for Python < 3.9.0, as older Python
interpreters will otherwise raise TypeError.
29dc5d22
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..