deep-symbolic-optimization icon indicating copy to clipboard operation
deep-symbolic-optimization copied to clipboard

Import ABC from collections.abc for Python 3.10 compatibility.

Open tirkarthi opened this issue 3 years ago • 0 comments

Importing ABC from collections was deprecated since Python 3.4 and removed in Python 3.10. Use collections for Python 2 and collections.abc for Python 3.10

tirkarthi avatar Apr 24 '22 14:04 tirkarthi