summaryrefslogtreecommitdiff
path: root/rdflib/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdflib/paths.py')
-rw-r--r--rdflib/paths.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdflib/paths.py b/rdflib/paths.py
index 9fdd6232..adf87d9c 100644
--- a/rdflib/paths.py
+++ b/rdflib/paths.py
@@ -200,7 +200,6 @@ ZeroOrOne = "?"
@total_ordering
class Path(object):
-
__or__: Callable[["Path", Union["URIRef", "Path"]], "AlternativePath"]
__invert__: Callable[["Path"], "InvPath"]
__neg__: Callable[["Path"], "NegatedPath"]