diff --git a/stubs/rdfdb/rdflibpatch_literal.pyi b/stubs/rdfdb/rdflibpatch_literal.pyi deleted file mode 100644 --- a/stubs/rdfdb/rdflibpatch_literal.pyi +++ /dev/null @@ -1,10 +0,0 @@ -# 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: ...