Skip to content

Commit f2b3cfa

Browse files
committed
Remove redundant validation of first dpnp_fill argument
1 parent 6fa9d41 commit f2b3cfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpnp/dpnp_algo/dpnp_fill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939

4040
def dpnp_fill(arr, val):
41-
dpnp.check_supported_arrays_type(arr)
4241
arr = dpnp.get_usm_ndarray(arr)
4342
exec_q = arr.sycl_queue
4443

0 commit comments

Comments
 (0)