Skip to content

Commit 3b5a99e

Browse files
committed
Apply new black formatting rules
1 parent f8c8632 commit 3b5a99e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dpctl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>` of
2222
the :sycl_spec_2020:`SYCL 2020 spec <>`.
2323
"""
24+
2425
__author__ = "Intel Corp."
2526

2627
import os

dpctl/enum_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
backend and device_type enumerations.
2121
2222
"""
23+
2324
from enum import Enum, auto
2425

2526
__all__ = ["device_type", "backend_type", "event_status_type"]

dpctl/memory/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
`memoryview`, or `array.array` classes.
2929
3030
"""
31+
3132
from ._memory import (
3233
MemoryUSMDevice,
3334
MemoryUSMHost,

dpctl/program/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
file.
2121
2222
"""
23+
2324
from ._program import (
2425
SyclKernel,
2526
SyclProgram,

0 commit comments

Comments
 (0)