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:
Mohd Kaif
2026-07-28 18:47:35 +05:30
committed by GitHub
co-authored by Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent 840629762f
commit e8cb337946
+1 -1
View File
@@ -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)