Skip to content

Commit dc7a1e5

Browse files
committed
remove unused imports
1 parent 06e370a commit dc7a1e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/array_api_extra/_lib/_quantile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from types import ModuleType
22

3-
import numpy as np
4-
from scipy.stats._axis_nan_policy import _broadcast_arrays
5-
6-
from ._at import at
73
from ._utils._compat import device as get_device
84
from ._utils._helpers import eager_shape
95
from ._utils._typing import Array

0 commit comments

Comments
 (0)