Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aucampia committed Mar 16, 2023
1 parent acfd52a commit 47ab4f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion rdflib/plugins/sparql/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from rdflib.term import BNode, Identifier, Literal, URIRef, Variable

if TYPE_CHECKING:
from rdflib.paths import Path
from rdflib.paths import Path # noqa: F811

_Triple = Tuple[Identifier, Identifier, Identifier]

Expand Down
3 changes: 0 additions & 3 deletions rdflib/plugins/sparql/sparql.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ def thaw(self, frozenbindings: FrozenBindings) -> "QueryContext":
return c


_ContextType = Union[FrozenBindings, QueryContext]


class Prologue:
"""
A class for holding prefixing bindings and base URI information
Expand Down

0 comments on commit 47ab4f6

Please sign in to comment.