Skip to content

Commit 3a7fa7f

Browse files
Removed positional only delimiter in isdtype per array API test failure
1 parent 0396c31 commit 3a7fa7f

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)