chore: remove unused imports

This commit is contained in:
jane400 2024-08-28 15:11:55 +02:00 committed by jane400
parent ae64f73176
commit 890aee8f72

View file

@ -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,