Skip to content

Commit 3065418

Browse files
authored
Merge branch 'main' into simp-pandas-group-by
2 parents f5f2798 + 98397c6 commit 3065418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ def iter_columns(self) -> Iterator[Series[Any]]:
11961196

11971197
@overload
11981198
def iter_rows(
1199-
self, *, named: Literal[False], buffer_size: int = ...
1199+
self, *, named: Literal[False] = ..., buffer_size: int = ...
12001200
) -> Iterator[tuple[Any, ...]]: ...
12011201

12021202
@overload

0 commit comments

Comments
 (0)