Skip to content

Commit 5c50ad2

Browse files
author
Diptorup Deb
committed
Revert changes to __init__.py.
1 parent a96b016 commit 5c50ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpctl/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"""
2525
__author__ = "Intel Corp."
2626

27+
from .enum_types import *
28+
from .enum_types import __all__ as _enum_types_all__
2729
from dpctl._sycl_context import *
2830
from dpctl._sycl_context import __all__ as _sycl_context__all__
2931
from dpctl._sycl_device import *
@@ -38,10 +40,8 @@
3840
from dpctl._sycl_queue import __all__ as _sycl_queue__all__
3941
from dpctl._sycl_queue_manager import *
4042
from dpctl._sycl_queue_manager import __all__ as _sycl_qm__all__
41-
4243
from ._version import get_versions
43-
from .enum_types import *
44-
from .enum_types import __all__ as _enum_types_all__
44+
4545

4646
__all__ = (
4747
_sycl_context__all__

0 commit comments

Comments
 (0)