Closed karen-pal closed 2 years ago
Hi @karen-pal , I think you should consider backward compatibility. please edit your code something like:
try:
from collections.abc import Iterable
except ImportError:
from collections import Iterable
or correct me if i'm wrong.
@Ho011 Yes, you are right! just added your code block!
Changes:
Closes #2