Skip to content

Commit

Permalink
fix: hist.dask.new to match top-level package (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Mar 24, 2024
1 parent ec28423 commit 6c74c76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hist/dask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
from .hist import Hist
from .namedhist import NamedHist

__all__ = ["Hist", "NamedHist"]
new = Hist.new

__all__ = ["Hist", "NamedHist", "new"]

0 comments on commit 6c74c76

Please sign in to comment.