We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081a974 commit 40be70eCopy full SHA for 40be70e
rdflib/graph.py
@@ -105,8 +105,6 @@
105
_TripleOrQuadSelectorType = Union["_TripleSelectorType", "_QuadSelectorType"]
106
_TriplePathType = Tuple["_SubjectType", Path, "_ObjectType"]
107
_TripleOrTriplePathType = Union["_TripleType", "_TriplePathType"]
108
-# _QuadPathType = Tuple["_SubjectType", Path, "_ObjectType", "_ContextType"]
109
-# _QuadOrQuadPathType = Union["_QuadType", "_QuadPathType"]
110
111
_GraphT = TypeVar("_GraphT", bound="Graph")
112
_ConjunctiveGraphT = TypeVar("_ConjunctiveGraphT", bound="ConjunctiveGraph")
0 commit comments