From 048f010199dfb9ec973c9759ac4b198e79001eb6 Mon Sep 17 00:00:00 2001 From: Edmond Date: Wed, 3 Aug 2022 06:41:23 +0000 Subject: [PATCH] Remove docstring raises IOError in Store.load_data --- python/src/store.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/python/src/store.rs b/python/src/store.rs index a9accda2..3bb7fca1 100644 --- a/python/src/store.rs +++ b/python/src/store.rs @@ -455,7 +455,6 @@ impl PyStore { /// :type to_graph: NamedNode or BlankNode or DefaultGraph or None, optional /// :raises ValueError: if the MIME type is not supported or the `to_graph` parameter is given with a quad file. /// :raises SyntaxError: if the provided data is invalid. - /// :raises IOError: if an I/O error happens during a quad insertion. /// /// >>> data = '

"1" .' /// >>> store = Store()