Apply suggestion from @daukadolt

This commit is contained in:
Daulet Amirkhanov 2025-08-19 11:47:30 +01:00 committed by GitHub
parent e23175507e
commit 330c6fe2ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,6 @@ def _load_adapter_with_stubs(monkeypatch):
)
# utils.run_sync stub
utils_pkg = _install_stub("cognee.infrastructure.utils")
run_sync_mod = _install_stub("cognee.infrastructure.utils.run_sync")
run_sync_mod.run_sync = lambda coro: None