chore: remove unused imports
This commit is contained in:
parent
ae64f73176
commit
890aee8f72
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub use self::openid_response::{RefreshToken, TokenResponse};
|
|||
pub use self::utils::{create_nonce, CodeVerfier};
|
||||
|
||||
use super::common::APIResult;
|
||||
use crate::{LibraryError, LibraryResult};
|
||||
use crate::LibraryResult;
|
||||
|
||||
pub struct OpenIdClient {
|
||||
client: reqwest::Client,
|
||||
|
|
Loading…
Reference in a new issue