We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad0d17 commit 414bcf5Copy full SHA for 414bcf5
array_api_strict/_array_object.py
@@ -20,7 +20,7 @@
20
from collections.abc import Iterator
21
from enum import IntEnum
22
from types import ModuleType
23
-from typing import Any, Final, Literal, SupportsIndex
+from typing import TYPE_CHECKING, Any, Final, Literal, SupportsIndex
24
25
import numpy as np
26
import numpy.typing as npt
0 commit comments