Skip to content

Commit e4e767b

Browse files
committed
Apply pre-commit checks
1 parent 7299b64 commit e4e767b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dpnp/tests/test_sycl_queue.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def get_all_dev_dtypes(no_float16=True, no_none=True):
6363

6464
device_dtype_pairs = []
6565
for device in valid_dev:
66-
dtypes = get_all_dtypes(no_float16=no_float16, no_none=no_none, device=device)
66+
dtypes = get_all_dtypes(
67+
no_float16=no_float16, no_none=no_none, device=device
68+
)
6769
for dtype in dtypes:
6870
device_dtype_pairs.append((device, dtype))
6971
return device_dtype_pairs

0 commit comments

Comments
 (0)