Skip to content

Commit 880708d

Browse files
pre-commit-ci[bot]cphyc
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 017bddb commit 880708d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yt/frontends/ramses/hilbert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_intersecting_cpus(
7575
dx_cond: float | None = None,
7676
factor: float = 4.0,
7777
bound_keys: Optional["np.ndarray[Any, np.dtype[np.float64]]"] = None,
78-
bbox: Optional[Any] = None,
78+
bbox: Any | None = None,
7979
) -> set[int]:
8080
"""
8181
Find the subset of CPUs that intersect the bbox in a recursive fashion.

0 commit comments

Comments
 (0)