organize import order

This commit is contained in:
grimhilt
2023-06-19 18:31:03 +02:00
parent 8b3ba64e48
commit 4842a20024
18 changed files with 39 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
use std::fs::File;
use crate::services::api::{ApiBuilder, ApiError};
use std::path::PathBuf;
use std::io::{Read};
use std::path::PathBuf;
use reqwest::{Method, Response, Error};
use crate::services::api::{ApiBuilder, ApiError};
pub struct UploadFile {
api_builder: ApiBuilder,