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:
Mohd Kaif
2026-04-13 17:44:44 +05:30
committed by GitHub
co-authored by Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent b34634c8b5
commit dc8d7ddb03
+1 -1
View File
@@ -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: