context.py:26 and concept_extractor.py:25 use bare from concept_extractor import ... instead of relative .concept_extractor. These only resolve if src/library is on sys.path, inconsistent with the .graph-style relative imports elsewhere.
Refs: src/library/context.py:26, src/library/concept_extractor.py:25
context.py:26 and concept_extractor.py:25 use bare
from concept_extractor import ...instead of relative.concept_extractor. These only resolve if src/library is on sys.path, inconsistent with the.graph-style relative imports elsewhere.Refs: src/library/context.py:26, src/library/concept_extractor.py:25