Open Issues Need Help
View All on GitHub Move spaCy import to top of file (convention) 15 days ago
AI Summary: This issue proposes a low-priority style fix in `graph_store.py` to move the `import logging` statement from within a `try/except` block to the top of the file. This change aligns with standard Python import conventions, as identified during a PR review.
Complexity:
1/5
good first issue