diff --git a/stubs/rdfdb/rdflibpatch_literal.pyi b/stubs/rdfdb/rdflibpatch_literal.pyi new file mode 100644 --- /dev/null +++ b/stubs/rdfdb/rdflibpatch_literal.pyi @@ -0,0 +1,10 @@ +# Stubs for rdfdb.rdflibpatch_literal (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +import unittest + +def patch() -> None: ... + +class TestDoubleOutput(unittest.TestCase): + def testNoDanglingPoint(self) -> None: ...