From 50f9c79445c2f4caca3f1cd08061806fdb7c722e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 23:28:56 +0200 Subject: [PATCH] Remove unused include map attribute from ConceptEngine --- concept_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/concept_api.py b/concept_api.py index 4bc75f8..46f1b86 100644 --- a/concept_api.py +++ b/concept_api.py @@ -583,7 +583,6 @@ class ConceptEngine: self.files: List[Path] = [] self.websites: List[str] = [] self.records: List[Record] = [] - self.include_map: Dict[str, bool] = {} self.file_hashes: Dict[str, str] = {} self._seen_hashes: Set[str] = set() self._ingesting: Set[str] = set()