betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

Fix deprecation warning #208

Closed shadchin closed 7 months ago

shadchin commented 7 months ago

Remove deprecated aliases to Collections Abstract Base Classes from the collections module.

sigmavirus24 commented 7 months ago

Thanks!