peteut / ramda.py

Ramda, ported to Python (WIP). Consider https://pypi.org/project/ramda/
MIT License
0 stars 0 forks source link

Import ABC from collections.abc instead of collections for Python 3 compatibility #12

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Fixes #11

peteut commented 4 years ago

@tirkarthi thanks for that!

tirkarthi commented 4 years ago

Thanks @peteut for the quick review :)