Skip to content

Commit e6a097a

Browse files
author
Lingling Peng
committed
fix protocol
1 parent 7e58857 commit e6a097a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/models/curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ def list(
15841584
def import_csv(
15851585
self,
15861586
file_handle_id: str,
1587-
csv_table_descriptor: Optional[CsvTableDescriptor] = None,
1587+
csv_table_descriptor: Optional[CsvTableDescriptor] = CsvTableDescriptor(),
15881588
*,
15891589
timeout: int = 120,
15901590
synapse_client: Optional[Synapse] = None,

0 commit comments

Comments
 (0)