tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

Fix deprecation warning #140

Closed olegrok closed 5 years ago

olegrok commented 5 years ago
/usr/local/lib/python3.7/site-packages/tarantool/response.py:25
  /usr/local/lib/python3.7/site-packages/tarantool/response.py:25: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    class Response(collections.Sequence):
Totktonada commented 5 years ago

Thanks! Pushed in bce4b88454ba2cc586d41bcd929a55496d6ca070.