From fe59c95cdc121cb26c8451115697e4ea5ad00133 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Tue, 6 Aug 2024 21:50:10 -0600 Subject: [PATCH] fix docs --- flox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flox/__init__.py b/flox/__init__.py index 2ca5fa5b..839bfb07 100644 --- a/flox/__init__.py +++ b/flox/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """Top-level module for flox .""" from . import cache -from .aggregations import Aggregation # noqa +from .aggregations import Aggregation, Scan # noqa from .core import groupby_reduce, groupby_scan, rechunk_for_blockwise, rechunk_for_cohorts # noqa