Apply suggestion from @daukadolt

This commit is contained in:
Daulet Amirkhanov 2025-08-19 11:47:49 +01:00 committed by GitHub
parent 4cbaa6502d
commit 50a9fb91f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,6 @@ def _load_adapter_with_stubs(monkeypatch):
utils_mod2.JSONEncoder = object
# shared.logging_utils.get_logger stub
shared_pkg = _install_stub("cognee.shared")
logging_utils_mod = _install_stub("cognee.shared.logging_utils")
class _Logger: