Skip to content

Commit 5605d68

Browse files
committed
Remove unused import
1 parent c23abdc commit 5605d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/array_api/_array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from ._dtypes import (_all_dtypes, _boolean_dtypes, _integer_dtypes,
2222
_integer_or_boolean_dtypes, _floating_dtypes, _numeric_dtypes)
2323

24-
from typing import TYPE_CHECKING, Any, Optional, Tuple, Union
24+
from typing import TYPE_CHECKING, Optional, Tuple, Union
2525
if TYPE_CHECKING:
2626
from ._typing import PyCapsule, Device, Dtype
2727

0 commit comments

Comments
 (0)