Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jun 20, 2024
1 parent c5e281e commit 6dbbbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/functions/col.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class Col:
"""

def __call__(
cls,
self,
name: str | PolarsDataType | Iterable[str] | Iterable[PolarsDataType],
*more_names: str | PolarsDataType,
) -> Expr:
Expand Down

0 comments on commit 6dbbbda

Please sign in to comment.