Skip to content

Commit 67d9667

Browse files
committed
Remove unused import
1 parent fa71e9e commit 67d9667

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
@@ -38,7 +38,7 @@
3838

3939
if TYPE_CHECKING:
4040
from typing import Optional, Tuple, Union, Any
41-
from ._typing import PyCapsule, Device, Dtype
41+
from ._typing import PyCapsule, Dtype
4242
import numpy.typing as npt
4343

4444
import numpy as np

0 commit comments

Comments
 (0)