Skip to content

Commit

Permalink
move enum
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Aug 12, 2023
1 parent 7439bec commit 9d50eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_api_stubs/_draft/array_object.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Protocol, TypeVar
from enum import Enum
from .data_types import DType
from ._types import device as Device

if TYPE_CHECKING:
from ._types import (
Any,
PyCapsule,
Enum,
ellipsis,
)

Expand Down

0 comments on commit 9d50eb5

Please sign in to comment.