Skip to content

Commit

Permalink
Solve circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Sep 17, 2024
1 parent 5734d6b commit 8f5b9d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test = [
]

[project.entry-points."dask.sizeof"]
awkward = "dask_awkward.sizeof:register"
awkward = "dask_awkward_sizeof:register"

[project.entry-points."awkward.pickle.reduce"]
dask_awkward = "dask_awkward.pickle:plugin"
Expand Down
File renamed without changes.

0 comments on commit 8f5b9d1

Please sign in to comment.