mirror of https://github.com/explosion/spaCy.git
Fix matcher import
This commit is contained in:
parent
3a491093ee
commit
686735b94e
|
@ -2,7 +2,7 @@
|
|||
from __future__ import unicode_literals
|
||||
import re
|
||||
|
||||
from ..matcher import Matcher
|
||||
from ...matcher import Matcher
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
Loading…
Reference in New Issue