Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant streaming in download of file
In PR #71 a streaming mechanism has been implemented for the endpoint `/nodes/{nodes_id}/download`, this however is already taken care by FastAPI StreamingResponse and is therefore redundant and can be removed.
- Loading branch information