Closed jaketri closed 2 years ago
A fix is already included in the devel branch here:
But thanks for the PR! Am trying to work time in to get this to master. There are other important changes that need to be pushed.
Great! Sorry for not checking first the devel branch. I'll remove my PR as your fix is cleaner and maintain support for older Python versions (2.7).
Not sure why but I'm on Python 3.10 and still have this problem.
For using the plugin I had to add .abc to line 116
if not isinstance(iterable, collections.abc.Iterable):
Move Iterable to collections.abc (from collections) to fix following error with python 3.10: