Skip to content

Commit

Permalink
Fixing Black errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 4, 2023
1 parent 74c048e commit 2302e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regridding/_find_indices/_tests/test_find_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
def test_find_indices_1d(
coordinates_input: tuple[np.ndarray],
coordinates_output: tuple[np.ndarray],
method: Literal["brute","searchsorted"],
method: Literal["brute", "searchsorted"],
):
result = regridding.find_indices(
coordinates_input=coordinates_input,
Expand Down

0 comments on commit 2302e89

Please sign in to comment.