Skip to content

Commit b4b233a

Browse files
committed
Pre-commit corrections
1 parent 58bb59e commit b4b233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_ctors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ def eye(
10991099
device=device,
11001100
usm_type=usm_type,
11011101
sycl_queue=sycl_queue,
1102-
)
1102+
)
11031103
if k > -n_rows and k < n_cols:
11041104
# find the length of the diagonal
11051105
L = min(n_cols, n_rows, n_cols - k, n_rows + k)

0 commit comments

Comments
 (0)