Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d50eb5

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/array_api_stubs/_draft/array_object.py

Copy file name to clipboardExpand all lines: src/array_api_stubs/_draft/array_object.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.