Skip to content

Commit

Permalink
Fix apply_gufunc import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 17, 2023
1 parent 9b7353a commit e2279da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
Callback,
Spec,
TaskEndEvent,
apply_gufunc,
compute,
measure_reserved_memory,
visualize,
)
from .core.gufunc import apply_gufunc
from .core.ops import from_array, from_zarr, map_blocks, store, to_zarr

__all__ = [
Expand Down

0 comments on commit e2279da

Please sign in to comment.