Skip to content

Commit 3186995

Browse files
committed
run pre-commit
1 parent 302cf1a commit 3186995

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/array_api_stubs/_draft/data_type_functions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313

1414

1515
def astype(
16-
x: array, dtype_or_kind: Union[dtype, str], /, *, copy: bool = True, device: Optional[device] = None
16+
x: array,
17+
dtype_or_kind: Union[dtype, str],
18+
/,
19+
*,
20+
copy: bool = True,
21+
device: Optional[device] = None,
1722
) -> array:
1823
"""
1924
Copies an array to a specified data type irrespective of :ref:`type-promotion` rules, or to a *kind* of data type.

0 commit comments

Comments
 (0)