Skip to content

Commit a9a323c

Browse files
authored
Merge pull request #11 from Developers-RCCS/Ncode01/fix-defaultdict-import
Fix NameError by importing defaultdict
2 parents ddde36b + 330923e commit a9a323c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agents/context_expander.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import spacy
44
from .base import BaseAgent
55
from utils.chunk_utils import filter_redundant_chunks
6+
from collections import defaultdict
67

78
logger = logging.getLogger(__name__)
89

0 commit comments

Comments
 (0)