Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
noloerino committed Sep 19, 2024
1 parent d6c78ae commit 4ea1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/pandas/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ def squeeze(
qc = self.T._query_compiler
qc._shape_hint = "column"
return Series(query_compiler=qc)
return self.copy()
return self.copy()

def stack(
self, level=-1, dropna=lib.no_default, sort=lib.no_default, future_stack=False
Expand Down

0 comments on commit 4ea1a30

Please sign in to comment.