diff options
author | Munyoki Kilyungi | 2024-09-19 20:23:37 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-19 20:23:37 +0300 |
commit | 0438b55478fe8672a845387fb0c500b21a747978 (patch) | |
tree | e8d2b5e64e00272a17f2704a4fbed66f59d28425 | |
parent | 0610509dd2eae1e6f1cfb14f33748d4d8bae95d1 (diff) | |
download | genenetwork3-0438b55478fe8672a845387fb0c500b21a747978.tar.gz |
Use correct return type.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | gn3/db/rdf/wiki.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/rdf/wiki.py b/gn3/db/rdf/wiki.py index f2030ca..881755e 100644 --- a/gn3/db/rdf/wiki.py +++ b/gn3/db/rdf/wiki.py @@ -191,7 +191,7 @@ def update_wiki_comment( sparql_password: str, sparql_auth_uri: str, graph: str = "<http://genenetwork.org>", -) -> tuple[str, int]: +) -> str: """Update a wiki comment by inserting a comment with the same identifier but an updated version id. The End form of this query looks like: |