Skip to content
  • Tom Coldrick's avatar
    Use collections.abc for Mapping, Iterable · e15278d7
    Tom Coldrick authored and Tristan Van Berkom's avatar Tristan Van Berkom committed
    In _yaml.py and _frontend/complete.py we were getting pylint warnings
    for using collections.Mapping and collections.Iterable, which are
    abstract classes now provided from collections.abc. This patch just
    uses the classes from the right place.
    e15278d7