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 c4d977e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/array_api_stubs/_draft/array_object.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Protocol, TypeVar
from typing import TYPE_CHECKING, Protocol, TypeVar, 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 c4d977e

Please sign in to comment.