Skip to content

Commit 34a8de5

Browse files
Removed positional only delimiter in isdtype per array API test failure
1 parent c315044 commit 34a8de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_type_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def _supported_dtype(dtypes):
693693
return True
694694

695695

696-
def isdtype(dtype, kind, /):
696+
def isdtype(dtype, kind):
697697
"""isdtype(dtype, kind)
698698
699699
Returns a boolean indicating whether a provided `dtype` is

0 commit comments

Comments
 (0)