Skip to content

Commit

Permalink
revert typehint for sort_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianosrp committed Oct 6, 2024
1 parent e325151 commit cc12fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expr_and_series/sort_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
)
def test_sort_expr(
constructor_eager: ConstructorEager, descending: Any, nulls_last: Any, expected: Any
constructor_eager: Any, descending: Any, nulls_last: Any, expected: Any
) -> None:
df = nw.from_native(constructor_eager(data), eager_only=True)
result = nw.to_native(
Expand Down

0 comments on commit cc12fe3

Please sign in to comment.