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 b2b5512 commit 57091f0Copy full SHA for 57091f0
mne/channels/montage.py
@@ -9,7 +9,7 @@
9
#
10
# License: Simplified BSD
11
12
-from collections import Iterable
+from collections.abc import Iterable
13
import os
14
import os.path as op
15
mne/utils.py
@@ -5,7 +5,8 @@
5
# License: BSD (3-clause)
6
7
import atexit
8
-from collections import Iterable, OrderedDict
+from collections import OrderedDict
from contextlib import contextmanager
from distutils.version import LooseVersion
from functools import wraps
0 commit comments