mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Apply suggested fix to semantica/triplet_store/query_engine.py from Copilot Autofix
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
840629762f
commit
e8cb337946
@@ -421,7 +421,7 @@ class QueryEngine:
|
||||
}}
|
||||
"""
|
||||
|
||||
expanded_uris = set([entity_uri])
|
||||
expanded_uris = {entity_uri}
|
||||
try:
|
||||
if hasattr(store_backend, "execute_sparql"):
|
||||
result_data = store_backend.execute_sparql(query)
|
||||
|
||||
Reference in New Issue
Block a user