mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
resolved merge conflict
This commit is contained in:
@@ -27,10 +27,8 @@ def force_spacy_available(monkeypatch):
|
||||
|
||||
def _fake_spacy(load):
|
||||
return SimpleNamespace(
|
||||
load=load,
|
||||
util=SimpleNamespace(
|
||||
is_package=lambda _name: True
|
||||
),
|
||||
load=load,
|
||||
util=SimpleNamespace(is_package=lambda _name: True),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user