pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Fix ABC import DeprecationWarning #100

Closed D-stefaang closed 4 years ago

D-stefaang commented 4 years ago

Fixed this DeprecationWarning:

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
D-stefaang commented 4 years ago

Note that if you decide to drop python2.7 support, you can clean this up

nicolaiarocci commented 4 years ago

Rebased and merged. Sorry it took so long, and thanks!

luiscoms commented 4 years ago

Any plans to release it?

nicolaiarocci commented 4 years ago

released!