mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Fix duplication of oauth2 definition
This commit is contained in:
committed by
Sebastian Thiel
parent
861a9d8281
commit
5a1a7b1fb2
@@ -1,6 +1,6 @@
|
||||
use clap::{App, SubCommand};
|
||||
use mime::Mime;
|
||||
use oauth2::{ApplicationSecret, ConsoleApplicationSecret};
|
||||
use crate::oauth2::{ApplicationSecret, ConsoleApplicationSecret};
|
||||
use serde_json as json;
|
||||
use serde_json::value::Value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user