Kumar Aditya <rahuladitya...@gmail.com> added the comment:

In Python 3.10 these deprecated aliases where removed from collections module.
To fix it you can change `collections.MutableSet` to 
`collections.abc.MutableSet`.

See 
https://docs.python.org/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code

----------
nosy: +kumaraditya303

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46160>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to