openid bindings: drop unused import of anyhow::bail
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2fc8e6e09d
commit
4cf7cb8873
@ -3,7 +3,7 @@ mod export {
|
||||
use std::sync::Mutex;
|
||||
use std::convert::TryFrom;
|
||||
|
||||
use anyhow::{bail, Error};
|
||||
use anyhow::Error;
|
||||
|
||||
use perlmod::{to_value, Value};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user