Skip to content

Commit f885a0f

Browse files
Fix pre-commit
1 parent bdb2f75 commit f885a0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dpctl/utils/_intel_device_info.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
intel_device_info_memory_clock_rate,
3030
)
3131

32+
3233
def intel_device_info(dev, /):
3334
"""intel_device_info(sycl_device)
3435
@@ -106,4 +107,7 @@ def intel_device_info(dev, /):
106107
return res
107108
return dict()
108109

109-
__all__ = ["intel_device_info",]
110+
111+
__all__ = [
112+
"intel_device_info",
113+
]

0 commit comments

Comments
 (0)