From 9766eb0d38a9426fffccb58d7e247d0c6c58c748 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:33:51 -0700 Subject: [PATCH] Remove from docstring --- synapseclient/models/protocols/table_protocol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synapseclient/models/protocols/table_protocol.py b/synapseclient/models/protocols/table_protocol.py index 504ccd769..1952c077a 100644 --- a/synapseclient/models/protocols/table_protocol.py +++ b/synapseclient/models/protocols/table_protocol.py @@ -143,7 +143,6 @@ def query( Arguments: query: The query to run. - result_format: The format of the results. Defaults to CsvResultFormat(). synapse_client: If not passed in and caching was not disabled by `Synapse.allow_client_caching(False)` this will use the last created instance from the Synapse class constructor.