Update import from collections.abc (#6174)

This commit is contained in:
Adriane Boyd 2020-10-01 16:21:49 +02:00 committed by GitHub
parent 0a8a124a6e
commit df98d3ef9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from collections import Iterable as IterableInstance
from collections.abc import Iterable as IterableInstance
import warnings
import numpy
from murmurhash.mrmr cimport hash64