We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ci: pre-commit auto-update (8f5df54)
8f5df54
updates: