Skip to content

Commit

Permalink
utils not util
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Mar 28, 2023
1 parent 4de660e commit 18d0107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastjet/_pyjet.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def __call__(self, array):


def _dak_dispatch(cluseq, method_name, **kwargs):
from dask_awkward.util import hyphenize
from dask_awkward.utils import hyphenize

return cluseq._data.map_partitions(
_FnDelayedInternalRepCaller(method_name, cluseq._jetdef, **kwargs),
Expand Down

0 comments on commit 18d0107

Please sign in to comment.