Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Import Any from typing to support dynamic chunks configurations
  • Loading branch information
omarwael-24 committed May 29, 2026
commit 047aa139dc2d379e72baea5b2f8ffb689b28c954
1 change: 1 addition & 0 deletions dask/array/rechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from itertools import chain, count, product
from operator import add, itemgetter, mul
from warnings import warn
from typing import Any

import numpy as np
import tlz as toolz
Expand Down