There was an error while loading. Please reload this page.
f789a5b
fix: Switch import location (7948fc2)
7948fc2
In Python 3.9, typing.Sequence was deprecated in favor of collections.abc.Sequence (see PEP 585).
typing.Sequence
collections.abc.Sequence