Skip to content

Commit

Permalink
Update py-polars/polars/lazyframe/frame.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
alexander-beedie and stinodego authored Aug 4, 2023
1 parent 3532ae6 commit d82fbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4357,7 +4357,7 @@ def explode(

def unique(
self,
subset: str | Sequence[str] | SelectorType | None = None,
subset: str | Sequence[str] | SelectorType | Sequence[SelectorType] | None = None,
*,
keep: UniqueKeepStrategy = "any",
maintain_order: bool = False,
Expand Down

0 comments on commit d82fbdc

Please sign in to comment.