summaryrefslogtreecommitdiff
path: root/src/jinja2/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jinja2/tests.py')
-rw-r--r--src/jinja2/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jinja2/tests.py b/src/jinja2/tests.py
index a467cf0..0d29f94 100644
--- a/src/jinja2/tests.py
+++ b/src/jinja2/tests.py
@@ -204,7 +204,7 @@ def test_escaped(value: t.Any) -> bool:
return hasattr(value, "__html__")
-def test_in(value: t.Any, seq: t.Container) -> bool:
+def test_in(value: t.Any, seq: t.Container[t.Any]) -> bool:
"""Check if value is in seq.
.. versionadded:: 2.10