Skip to content

Commit babbc9a

Browse files
committed
lint
1 parent 06111bb commit babbc9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pint_array/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
import types
1212
from typing import Generic
1313

14-
from array_api_compat import is_array_api_obj
1514
from pint import Quantity
1615
from pint.facets.plain import MagnitudeT, PlainQuantity
17-
from pint.util import iterable, sized
1816

1917
__version__ = "0.0.1.dev0"
2018
__all__ = ["__version__", "pint_namespace"]

0 commit comments

Comments
 (0)