mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-05 16:23:42 +03:00
Update import from collections.abc (#6174)
This commit is contained in:
parent
0a8a124a6e
commit
df98d3ef9f
|
@ -1,4 +1,4 @@
|
||||||
from collections import Iterable as IterableInstance
|
from collections.abc import Iterable as IterableInstance
|
||||||
import warnings
|
import warnings
|
||||||
import numpy
|
import numpy
|
||||||
from murmurhash.mrmr cimport hash64
|
from murmurhash.mrmr cimport hash64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user