Skip to content

Commit 28aa0d4

Browse files
committed
test: compat for pyright 1.1.406 and basedpyright 1.31.6
1 parent 3748170 commit 28aa0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtime/html_/test_link_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_wrong_type_raises(
271271
# yet they will never ever match class names
272272
def test_wrong_type_no_raise(self, disposable_html_element: HtmlElement) -> None:
273273
arg: Any
274-
for arg in (
274+
for arg in ( # pyright: ignore[reportUnknownVariableType]
275275
None,
276276
tuple(),
277277
True,

0 commit comments

Comments
 (0)