Skip to content

Commit 51e8ace

Browse files
Added stubs for mypy
1 parent 6eb7451 commit 51e8ace

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mypy-stubs/rdflib/compare.pyi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from mypy.rdflib.graph import ConjunctiveGraph, Graph
2+
3+
4+
class IsomorphicGraph(ConjunctiveGraph):
5+
pass
6+
7+
def to_isomorphic(graph: Graph = ...) -> IsomorphicGraph: ...

0 commit comments

Comments
 (0)