cleanup unused imports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-07-19 15:55:19 +02:00
parent a6eac535e4
commit 3fa1b4b48c

View File

@ -2,10 +2,7 @@
//!
//! This is a collection of small and useful tools.
use std::any::Any;
use std::fs::File;
use std::io::{self, BufRead};
use std::os::unix::io::RawFd;
use std::path::Path;
use anyhow::{bail, format_err, Error};
use serde_json::Value;