mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
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
Block a user