Skip to content

Commit ce81aeb

Browse files
Diptorup Deboleksandr-pavlyk
authored andcommitted
Remove leftover class from enum_types.__all__
1 parent cf42308 commit ce81aeb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dpctl/enum_types.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
"""
2323
from enum import Enum, auto
2424

25-
__all__ = [
26-
"device_type",
27-
"backend_type",
28-
"event_status_type",
29-
"kernel_arg_type",
30-
]
25+
__all__ = ["device_type", "backend_type", "event_status_type"]
3126

3227

3328
class device_type(Enum):

0 commit comments

Comments
 (0)