Commit bce4b88
Fix deprecation warning re import from collections
| /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):1 parent debe676 commit bce4b88
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | | - | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments