mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +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 numpy
|
||||
from murmurhash.mrmr cimport hash64
|
||||
|
|
Loading…
Reference in New Issue
Block a user