Clayton Thorrez
Results
2
comments of
Clayton Thorrez
I have this issue as well. It can be mitigated by replacing `from collections import Sequence` with `from collections.abc import Sequence`
This works for me as well. I think it should be merged to master