Skip to content

Commit 819ed21

Browse files
committed
minor type fix
1 parent 398ae76 commit 819ed21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/src/osparc/_api_files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def upload_file_async(
224224
)
225225
server_file: File = await self._complete_multipart_upload(
226226
api_server_session,
227-
links.complete_upload,
227+
links.complete_upload, # type: ignore
228228
client_file,
229229
uploaded_parts,
230230
)

0 commit comments

Comments
 (0)