Skip to content
Commit 86a87a76 authored by Tom Coldrick's avatar Tom Coldrick Committed by Tristan Van Berkom
Browse files

Use collections.abc for Mapping, Iterable

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.
parent 669b55b0
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment