Skip to content

Commit 11a50cd

Browse files
committed
Sort imports
1 parent 50774dc commit 11a50cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dpctl/_sycl_queue.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ from ._backend cimport ( # noqa: E211
5858
_backend_type,
5959
_queue_property_type,
6060
)
61-
from .memory._memory cimport _Memory
6261
from .experimental._work_group_memory cimport WorkGroupMemory
62+
from .memory._memory cimport _Memory
6363

6464
import ctypes
6565

dpctl/experimental/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
SYCL implementation.
2121
"""
2222

23-
from ._work_group_memory import (
24-
WorkGroupMemory,
25-
)
23+
from ._work_group_memory import WorkGroupMemory
2624

2725
__all__ = [
2826
"WorkGroupMemory",

0 commit comments

Comments
 (0)