Skip to content

Commit 147cc1e

Browse files
committed
lint
1 parent 71b7290 commit 147cc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnx_array_api/npx/npx_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ def isdtype(
624624
This function is not converted into an onnx graph.
625625
"""
626626
import array_api_compat.numpy as np_array_api
627+
627628
if isinstance(dtype, DType):
628629
dti = tensor_dtype_to_np_dtype(dtype.code)
629630
return np_array_api.isdtype(dti, kind)

0 commit comments

Comments
 (0)