Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Sep 13, 2023
1 parent fe052ca commit ab41f3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_expr/_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ def _lower(self):

def _simplify_up(self, parent):
from dask_expr._expr import Head, Tail
from dask_expr._reductions import NLargest, NSmallest

if isinstance(parent, Head):
if self.ascending:
Expand Down

0 comments on commit ab41f3a

Please sign in to comment.