Skip to content

Commit 0984df5

Browse files
authored
Update narwhals/_compliant/dataframe.py
1 parent a211588 commit 0984df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_compliant/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def simple_select(self, *column_names: str) -> Self:
4949
"""`select` where all args are column names."""
5050
...
5151

52-
def aggregate(self, *exprs: CompliantExprT_contra) -> Self: # pragma: no cover
52+
def aggregate(self, *exprs: CompliantExprT_contra) -> Self:
5353
"""`select` where all args are aggregations or literals.
5454
5555
(so, no broadcasting is necessary).

0 commit comments

Comments
 (0)