Skip to content

Commit 330923e

Browse files
committed
Fix NameError by importing defaultdict
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Developers-RCCS/codejam-by-cse?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent ddde36b commit 330923e

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)