Skip to content

Commit

Permalink
refactor filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Jan 12, 2025
1 parent e0a67d0 commit 4ed3393
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions narwhals/_spark_like/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ def _filter(
return self._from_call(
_filter,
"filter",
predicates=predicates,
constraints=constraints,
returns_scalar=self._returns_scalar,
)

Expand Down

0 comments on commit 4ed3393

Please sign in to comment.