Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankarlos committed Jan 3, 2020
1 parent 837107c commit c9d5f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5009,7 +5009,7 @@ def sample(
)

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

_shared_docs[
"pipe"
Expand Down

0 comments on commit c9d5f26

Please sign in to comment.