Skip to content

Commit 596ab4b

Browse files
committed
linting
1 parent 6507033 commit 596ab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5014,7 +5014,7 @@ def sample(
50145014
)
50155015

50165016
locs = rs.choice(axis_length, size=n, replace=replace, p=weights)
5017-
return self.take(locs, is_copy=False, axis=axis)
5017+
return self.take(locs, axis=axis, is_copy=False)
50185018

50195019
_shared_docs[
50205020
"pipe"

0 commit comments

Comments
 (0)