Merge pull request #424 from rtburns-jpl/python310

Fix ABC alias for Python 3.10
LT1AB
Ryan Burns 2023-01-04 10:29:11 -08:00 committed by GitHub
commit f2b139f15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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