Skip to content

Commit 8142050

Browse files
committed
linting
1 parent dabe051 commit 8142050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5026,7 +5026,7 @@ def sample(
50265026
)
50275027

50285028
locs = rs.choice(axis_length, size=n, replace=replace, p=weights)
5029-
return self.take(locs, is_copy=False, axis=axis)
5029+
return self.take(locs, axis=axis, is_copy=False)
50305030

50315031
_shared_docs[
50325032
"pipe"

0 commit comments

Comments
 (0)