prawn-cake / vk-requests

vk.com requests for humans. API library for vk.com
MIT License
158 stars 22 forks source link

fix deprecation warning: importing the ABCs from collections instead … #42

Closed vol1ura closed 3 years ago

vol1ura commented 3 years ago

Fix based on Issue #41

Current version of Python 3.8 even produces a warning:

lib/python3.8/site-packages/vk_requests/utils.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

For compatibility was used try-except construnction.