]> git.ipfire.org Git - thirdparty/tornado.git/commit
fix type signature for `_RuleList` 3455/head
authorMaximilian Hils <git@maximilianhils.com>
Fri, 17 Jan 2025 16:37:50 +0000 (17:37 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 16:37:50 +0000 (17:37 +0100)
commit58f34b83bf01fc50dcee6ee391e0f79d5798653c
tree7bd71ca3249ced0feb5d00543bb2193af44ca3fa
parent73a87a546229625a2c801847b182f447154c157d
fix type signature for `_RuleList`

`List` is invariant, `Sequence` is covariant
tornado/routing.py