Skip to content

Commit ee4b89e

Browse files
FIX Python 3.10 compatibility
1 parent a5a019e commit ee4b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections import Sequence
1+
from collections.abc import Sequence
22
from distutils.version import LooseVersion
33
import logging
44
import warnings

0 commit comments

Comments
 (0)