pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Import Abstract Base Classes from collections.abc in newer Python versions #137

Closed WillSewell closed 5 years ago

WillSewell commented 5 years ago

Fixes the deprecation warning described in https://github.com/pusher/pusher-http-python/issues/135.