Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 1bc20c8 commit 033fce1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/binlets/_binlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ def _binlets_thresholding_nonlinear(


def _check_test(
test: Callable[[np.ndarray, np.ndarray], np.ndarray[bool]]
| Callable[[np.ndarray, np.ndarray, int], np.ndarray[bool]],
test: (
Callable[[np.ndarray, np.ndarray], np.ndarray[bool]]
| Callable[[np.ndarray, np.ndarray, int], np.ndarray[bool]]
),
) -> Callable[[np.ndarray, np.ndarray, int], np.ndarray[bool]]:
"""Check that the test callable has a level parameter.
Expand Down

0 comments on commit 033fce1

Please sign in to comment.