slavaGanzin / ramda.py

Python clone of Ramda.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use collections.abc.Iterable

peteut opened this issue · comments

Python 3.7 spits this warning:

python3.7/site-packages/ramda/flatten.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterable

commented

@peteut Thanks for your notice