Skip to content

Commit 5b20754

Browse files
committed
Remove unused imports
1 parent 5d24ef3 commit 5b20754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/signatures/data_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ._types import List, Tuple, Union, array, dtype
1+
from ._types import dtype
22

33
def __eq__(self: dtype, other: dtype, /) -> bool:
44
"""
@@ -17,4 +17,4 @@ def __eq__(self: dtype, other: dtype, /) -> bool:
1717
a boolean indicating whether the data type objects are equal.
1818
"""
1919

20-
all = [__eq__]
20+
all = [__eq__]

0 commit comments

Comments
 (0)