Skip to content

Commit 04e828a

Browse files
pre-commit-ci[bot]msalvany
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64db266 commit 04e828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_pandas_like/namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def func(df: PandasLikeDataFrame) -> list[PandasLikeSeries]:
341341
df = self.concat(
342342
(s.to_frame() for s in series_list), how="horizontal"
343343
)._native_frame
344-
344+
345345
try:
346346
import pandas as pd
347347
import pyarrow.compute as pc

0 commit comments

Comments
 (0)