mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2025-12-27 06:29:37 +01:00
format usings
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
use crate::prelude::*;
|
||||
use const_format::formatcp;
|
||||
use gdriver_common::ipc::gdriver_service::SETTINGS;
|
||||
use gdriver_common::prelude::*;
|
||||
use google_drive3::api::{Change, File, Scope, StartPageToken};
|
||||
use google_drive3::hyper::client::HttpConnector;
|
||||
use google_drive3::hyper::{Body, Client, Response};
|
||||
use google_drive3::hyper_rustls::HttpsConnector;
|
||||
use google_drive3::DriveHub;
|
||||
use google_drive3::{hyper_rustls, oauth2};
|
||||
use gdriver_common::{ipc::gdriver_service::SETTINGS, prelude::*};
|
||||
use google_drive3::{
|
||||
api::{Change, Scope},
|
||||
hyper::{client::HttpConnector, Client},
|
||||
hyper_rustls::{self, HttpsConnector},
|
||||
oauth2, DriveHub,
|
||||
};
|
||||
use std::any::type_name;
|
||||
use std::fmt::{Debug, Display, Formatter};
|
||||
use tokio::fs;
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
use crate::prelude::*;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::BTreeMap;
|
||||
use std::fs::File;
|
||||
use std::path::Path;
|
||||
use std::{collections::BTreeMap, fs::File, path::Path};
|
||||
|
||||
pub type TIMESTAMP = (i64, u32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user