Skip to content

Commit 819ef82

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 72168f8 commit 819ef82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linopy/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def group_terms_polars(df: pl.DataFrame) -> pl.DataFrame:
510510
df = df.group_by(by, maintain_order=True).agg(agg_list)
511511
return df
512512

513-
513+
514514
def maybe_group_terms_polars(df: pl.DataFrame) -> pl.DataFrame:
515515
"""
516516
Group terms only if there are duplicate (labels, vars) pairs.

0 commit comments

Comments
 (0)