Skip to content

Commit 47ab4f6

Browse files
committed
checkpoint
1 parent acfd52a commit 47ab4f6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

rdflib/plugins/sparql/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
from rdflib.term import BNode, Identifier, Literal, URIRef, Variable
6262

6363
if TYPE_CHECKING:
64-
from rdflib.paths import Path
64+
from rdflib.paths import Path # noqa: F811
6565

6666
_Triple = Tuple[Identifier, Identifier, Identifier]
6767

rdflib/plugins/sparql/sparql.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ def thaw(self, frozenbindings: FrozenBindings) -> "QueryContext":
397397
return c
398398

399399

400-
_ContextType = Union[FrozenBindings, QueryContext]
401-
402-
403400
class Prologue:
404401
"""
405402
A class for holding prefixing bindings and base URI information

0 commit comments

Comments
 (0)