From 34d801109e022b638361b9086bf865c1deb410d3 Mon Sep 17 00:00:00 2001 From: Jenny Medina Date: Fri, 22 Dec 2023 17:45:04 -0500 Subject: [PATCH] code formatting with linter --- synapseclient/wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapseclient/wiki.py b/synapseclient/wiki.py index 8b694844c..ae27dccfc 100644 --- a/synapseclient/wiki.py +++ b/synapseclient/wiki.py @@ -152,7 +152,7 @@ def deleteURI(self): def update_markdown(self, markdown=None, markdown_file=None): """ Updates the wiki's markdown. Specify only one of markdown or markdown_file - + Arguments: markdown: text that will become the markdown markdown_file: path to a file. Its contents will be the markdown