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()