Skip to content

Commit 9d50eb5

Browse files
committed
move enum
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent 7439bec commit 9d50eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

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

33
from typing import TYPE_CHECKING, Protocol, TypeVar
4+
from enum import Enum
45
from .data_types import DType
56
from ._types import device as Device
67

78
if TYPE_CHECKING:
89
from ._types import (
910
Any,
1011
PyCapsule,
11-
Enum,
1212
ellipsis,
1313
)
1414

0 commit comments

Comments
 (0)