Open Issues Need Help
View All on GitHub Software Development • Code Repository
Move spaCy import to top of file (convention) 2 months ago
AI Summary: This issue requests a minor code style improvement in `graph_store.py`. The `import logging` statement is currently placed after a try/except block, which deviates from standard Python convention of having all imports at the top of the file. This is a low-priority stylistic change.
Complexity:
1/5
good first issue