Skip to content

Commit 30f1a46

Browse files
author
Lingling Peng
committed
remove slash
1 parent bb7acf6 commit 30f1a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/models/mixins/asynchronous_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
CREATE_SCHEMA_REQUEST: "/schema/type/create/async",
3838
QUERY_TABLE_CSV_REQUEST: "/entity/{entityId}/table/download/csv/async",
3939
QUERY_BUNDLE_REQUEST: "/entity/{entityId}/table/query/async",
40-
GRID_CSV_IMPORT_REQUEST: "/grid/import/csv/async/",
40+
GRID_CSV_IMPORT_REQUEST: "/grid/import/csv/async",
4141
UPLOAD_TO_TABLE_PREVIEW_REQUEST: "/table/upload/csv/preview/async",
4242
}
4343

0 commit comments

Comments
 (0)