Skip to content

Commit

Permalink
try to fix HDK
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed May 12, 2024
1 parent 998d841 commit d72ed82
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1994,8 +1994,6 @@ def sort_rows(self, columns, ascending, ignore_index, na_position):
drop_index_cols_after = [
col for col in base._index_cols if col in columns
]
if not drop_index_cols_after:
drop_index_cols_after = None

if drop_index_cols_before:
exprs = dict()
Expand Down

0 comments on commit d72ed82

Please sign in to comment.