Skip to content

Commit

Permalink
πŸš‘ Remove unnecessary kwargs for pick
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 7, 2023
1 parent 7a18d89 commit 8cd090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datar/apis/dplyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


@_register_verb(dependent=True)
def pick(_data: T, *args, **kwargs) -> T:
def pick(_data: T, *args) -> T:
"""Pick columns by name
The original API:
Expand Down

0 comments on commit 8cd090b

Please sign in to comment.