summaryrefslogtreecommitdiff
path: root/rdflib
diff options
context:
space:
mode:
authorVeyndan Stuart <veyndan@gmail.com>2022-10-10 18:59:30 +0200
committerGitHub <noreply@github.com>2022-10-10 18:59:30 +0200
commit35e553b86adf58c416e78f7a95bc0b510fa19ab3 (patch)
tree9b824db5b0231a9c22fcb4115081502d5a7b3d88 /rdflib
parentb57034dd5fde113f66287ad43fc8c596779c761d (diff)
downloadrdflib-35e553b86adf58c416e78f7a95bc0b510fa19ab3.tar.gz
chore: remove outdated comment (#2129)
ServiceGraphPattern has clearly been implemented per the preceding line.
Diffstat (limited to 'rdflib')
-rw-r--r--rdflib/plugins/sparql/evaluate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdflib/plugins/sparql/evaluate.py b/rdflib/plugins/sparql/evaluate.py
index 706b7673..913de5fc 100644
--- a/rdflib/plugins/sparql/evaluate.py
+++ b/rdflib/plugins/sparql/evaluate.py
@@ -307,7 +307,6 @@ def evalPart(ctx: QueryContext, part: CompValue):
elif part.name == "ServiceGraphPattern":
return evalServiceQuery(ctx, part)
- # raise Exception('ServiceGraphPattern not implemented')
elif part.name == "DescribeQuery":
raise Exception("DESCRIBE not implemented")