Skip to content

Commit 414bcf5

Browse files
committed
fix
1 parent 6ad0d17 commit 414bcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/_array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from collections.abc import Iterator
2121
from enum import IntEnum
2222
from types import ModuleType
23-
from typing import Any, Final, Literal, SupportsIndex
23+
from typing import TYPE_CHECKING, Any, Final, Literal, SupportsIndex
2424

2525
import numpy as np
2626
import numpy.typing as npt

0 commit comments

Comments
 (0)