From 38c05ba71ac1074cc617c6e0582160ea755fccdd Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Fri, 19 Sep 2025 17:55:08 +0200 Subject: [PATCH] fix: ruff formatting error --- cognee/base_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/base_config.py b/cognee/base_config.py index 100262dfc..a2ad06249 100644 --- a/cognee/base_config.py +++ b/cognee/base_config.py @@ -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