We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93553b2 commit 335ed05Copy full SHA for 335ed05
tests/frame/invalid_test.py
@@ -83,7 +83,7 @@ def test_validate_laziness() -> None:
83
TypeError,
84
match=("The items to concatenate should either all be eager, or all lazy"),
85
):
86
- nw.concat([nw.from_native(df, eager_only=True), nw.from_native(df).lazy()])
+ nw.concat([nw.from_native(df, eager_only=True), nw.from_native(df).lazy()]) # type: ignore[type-var]
87
88
89
@pytest.mark.slow
0 commit comments