Skip to content

Commit 1574011

Browse files
committed
MAINT: Remove unnecessary import of _QuantileInterpolation
1 parent a8218af commit 1574011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/lib/nanfunctions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import functools
2424
import warnings
2525
import numpy as np
26-
from numpy.lib.function_base import _QuantileInterpolation
2726
from numpy.lib import function_base
2827
from numpy.core import overrides
2928

0 commit comments

Comments
 (0)