Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Aug 3, 2023
1 parent 36ae804 commit 0546fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/test_lazy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ def test_compare_aggregation_between_lazy_and_eager_6904(
],
)
def test_lazy_comparison_operators(
comparators: Callable[[pl.LazyFrame, pl.LazyFrame], NoReturn]
comparators: tuple[str, Callable[[pl.LazyFrame, Any], NoReturn]]
) -> None:
# we cannot compare lazy frames, so all should raise a TypeError
with pytest.raises(
Expand Down

0 comments on commit 0546fdf

Please sign in to comment.