Skip to content

Commit

Permalink
add to init
Browse files Browse the repository at this point in the history
  • Loading branch information
romanovacca committed Oct 22, 2023
1 parent 11133fc commit 52aff46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/polars/functions/aggregation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
any_horizontal,
cumsum_horizontal,
max_horizontal,
mean_horizontal,
min_horizontal,
sum_horizontal,
mean_horizontal,
)
from polars.functions.aggregation.vertical import all, any, cumsum, max, min, sum

Expand All @@ -22,4 +22,5 @@
"max_horizontal",
"min_horizontal",
"sum_horizontal",
"mean_horizontal",
]

0 comments on commit 52aff46

Please sign in to comment.