Remove unused base64 imports.
This commit is contained in:
parent
0328ec446a
commit
b307652421
5 changed files with 0 additions and 6 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
use crate::util::error::Error;
|
||||
use crate::util::helpers::Base64;
|
||||
use base64;
|
||||
use minidom::IntoAttributeValue;
|
||||
use std::num::ParseIntError;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
|
|
|
|||
Loading…
Reference in a new issue