Skip to content

Commit 252331a

Browse files
committed
Appease formatting gods
1 parent 6ebcdd9 commit 252331a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,12 @@ def searchsorted(
139139
"""
140140

141141

142-
def where(condition: array, x1: Union[array, int, float, bool], x2: Union[array, int, float, bool], /) -> array:
142+
def where(
143+
condition: array,
144+
x1: Union[array, int, float, bool],
145+
x2: Union[array, int, float, bool],
146+
/,
147+
) -> array:
143148
"""
144149
Returns elements chosen from ``x1`` or ``x2`` depending on ``condition``.
145150

0 commit comments

Comments
 (0)