Skip to content

Commit a5876a3

Browse files
committed
align spacing so line diff matches
1 parent c578b26 commit a5876a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/xai_sdk/aio/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ async def upload(
110110
else:
111111
raise ValueError("filename is required when uploading a file-like object without a .name attribute")
112112
chunks = _async_chunk_file_from_fileobj(file_obj=file, filename=filename, progress=on_progress)
113-
114113
else:
115114
raise ValueError(f"Unsupported file type: {type(file)}")
116115
with tracer.start_as_current_span(

0 commit comments

Comments
 (0)