mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Potential fix for pull request finding 'Empty except'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent
b34634c8b5
commit
dc8d7ddb03
@@ -17,7 +17,7 @@ def _clear_cache() -> None:
|
||||
from semantica.semantic_extract.cache import _result_cache
|
||||
_result_cache.clear()
|
||||
except Exception:
|
||||
pass
|
||||
log.debug("Could not clear semantic_extract cache; continuing", exc_info=True)
|
||||
|
||||
|
||||
def handle_extract_entities(args: dict) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user