Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change collections import to collections.abc
Fix for no Iterable in Collections since Python 3.10 removed the backward compatibility. Collections.abc available since 3.3 so no fallback needed (this plugin targets 3.5+)
- Loading branch information