Skip to content

Fix fragile bare imports (concept_extractor → relative) #11

Description

@StigNorland

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.

  • Switch to relative imports (or make the package layout explicit and consistent)

Refs: src/library/context.py:26, src/library/concept_extractor.py:25

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreReconnect / maintenance work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions