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 6116b29 commit f4ea04dCopy full SHA for f4ea04d
1 file changed
pywt/_utils.py
@@ -3,7 +3,7 @@
3
# See COPYING for license details.
4
import inspect
5
import sys
6
-from collections import Iterable
+from collections.abc import Iterable
7
8
from ._extensions._pywt import (Wavelet, ContinuousWavelet,
9
DiscreteContinuousWavelet, Modes)
0 commit comments