We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e370a commit dc7a1e5Copy full SHA for dc7a1e5
src/array_api_extra/_lib/_quantile.py
@@ -1,9 +1,5 @@
1
from types import ModuleType
2
3
-import numpy as np
4
-from scipy.stats._axis_nan_policy import _broadcast_arrays
5
-
6
-from ._at import at
7
from ._utils._compat import device as get_device
8
from ._utils._helpers import eager_shape
9
from ._utils._typing import Array
0 commit comments