Skip to content

Commit c4d977e

Browse files
committed
move enum
Signed-off-by: nstarman <[email protected]>
1 parent 7439bec commit c4d977e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/array_api_stubs/_draft/array_object.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from __future__ import annotations
22

3-
from typing import TYPE_CHECKING, Protocol, TypeVar
3+
from typing import TYPE_CHECKING, Protocol, TypeVar, Enum
44
from .data_types import DType
55
from ._types import device as Device
66

77
if TYPE_CHECKING:
88
from ._types import (
99
Any,
1010
PyCapsule,
11-
Enum,
1211
ellipsis,
1312
)
1413

0 commit comments

Comments
 (0)