Skip to content
Commit e15278d7 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 d6689ed2
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