Skip to content

Commit c9d5f26

Browse files
committed
linting
1 parent 837107c commit c9d5f26

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
@@ -5009,7 +5009,7 @@ def sample(
50095009
)
50105010

50115011
locs = rs.choice(axis_length, size=n, replace=replace, p=weights)
5012-
return self.take(locs, is_copy=False, axis=axis)
5012+
return self.take(locs, is_copy=False, axis=axis)
50135013

50145014
_shared_docs[
50155015
"pipe"

0 commit comments

Comments
 (0)