openid bindings: drop unused import of anyhow::bail

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-30 20:55:28 +02:00
parent 2fc8e6e09d
commit 4cf7cb8873

View File

@ -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};