Skip to content
  • David Runge's avatar
    Import Iterable and Iterator depending on Python version · 29dc5d22
    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