Comment 1 for bug 2031617

Revision history for this message
Aleksander KorzyƄski (akorzy) wrote : Re: ImportError: cannot import name 'Sequence' from 'collections' on Python > 3.9

This issue can be fixed by changing:

-from collections import Sequence
+from collections.abc import Sequence