pliers icon indicating copy to clipboard operation
pliers copied to clipboard

Import ABC from collections.abc for Python 3.10 compatibility.

Open tirkarthi opened this issue 2 years ago • 0 comments

Importing ABC from collections has been deprecated since Python 3.4 and removed in Python 3.10. Use collections.abc instead.

tirkarthi avatar Mar 30 '22 12:03 tirkarthi