abhinavk99/jikanpy

Fix ABC DeprecationWarning

Closed this issue · 1 comments

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

Turns out the warning comes from using VCR.py.
Here's an issue talking about it: kevin1024/vcrpy#401
Here's a PR on VCR.py to fix it: kevin1024/vcrpy#416