Skip to content

Commit 1c6c73c

Browse files
authored
Fix lint error
1 parent c33c508 commit 1c6c73c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/array_api_stubs/_draft/data_type_functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414

1515
def astype(
16-
x: array, dtype: dtype, /, *, copy: bool = True,
17-
device: Optional[device] = None
16+
x: array, dtype: dtype, /, *, copy: bool = True, device: Optional[device] = None
1817
) -> array:
1918
"""
2019
Copies an array to a specified data type irrespective of :ref:`type-promotion` rules.

0 commit comments

Comments
 (0)