Skip to content

Commit 0b2df1f

Browse files
committed
Resolve unused import
1 parent 3885570 commit 0b2df1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bitwarden-core/src/client/login_method.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ use std::path::PathBuf;
44
use bitwarden_crypto::Kdf;
55

66
#[cfg(feature = "secrets")]
7-
use crate::auth::AccessToken;
8-
use crate::OrganizationId;
7+
use crate::{auth::AccessToken, OrganizationId};
98

109
#[derive(Debug)]
1110
pub(crate) enum LoginMethod {

0 commit comments

Comments
 (0)