Fix ABC alias for Python 3.10
Aliases in collections.* to collections.abc.* have been removed starting with python 3.10, so we must use the fully qualified import here.LT1AB
parent
ac596fcf7c
commit
ba4621c928
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
|
||||
from collections import MutableSequence
|
||||
from collections.abc import MutableSequence
|
||||
from iscesys.Component.Component import Component
|
||||
import numpy as N
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue