fix: ruff formatting error

This commit is contained in:
Boris Arzentar 2025-09-19 17:55:08 +02:00
parent e79f7a9aef
commit 38c05ba71a
No known key found for this signature in database
GPG key ID: D5CC274C784807B7

View file

@ -13,7 +13,6 @@ class BaseConfig(BaseSettings):
cache_root_directory: str = get_absolute_path(".cognee_cache")
monitoring_tool: object = Observer.NONE
@pydantic.model_validator(mode="after")
def validate_paths(self):
# Adding this here temporarily to ensure that the cache root directory is set correctly for S3 storage automatically