Skip to content

Commit 40be70e

Browse files
committed
remove commented out type hints
These aren't used or referenced anywhere.
1 parent 081a974 commit 40be70e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rdflib/graph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@
105105
_TripleOrQuadSelectorType = Union["_TripleSelectorType", "_QuadSelectorType"]
106106
_TriplePathType = Tuple["_SubjectType", Path, "_ObjectType"]
107107
_TripleOrTriplePathType = Union["_TripleType", "_TriplePathType"]
108-
# _QuadPathType = Tuple["_SubjectType", Path, "_ObjectType", "_ContextType"]
109-
# _QuadOrQuadPathType = Union["_QuadType", "_QuadPathType"]
110108

111109
_GraphT = TypeVar("_GraphT", bound="Graph")
112110
_ConjunctiveGraphT = TypeVar("_ConjunctiveGraphT", bound="ConjunctiveGraph")

0 commit comments

Comments
 (0)