chore: clippy

This commit is contained in:
2024-11-29 16:44:17 +00:00
parent 2370204546
commit 91cf173058
8 changed files with 32 additions and 22 deletions

View File

@ -1,11 +1,11 @@
use crate::host::get_host_client;
use crate::host::proxmox::{ProxmoxClient, VmInfo, VmStatus};
use crate::host::proxmox::{VmInfo, VmStatus};
use crate::provisioner::Provisioner;
use crate::status::{VmRunningState, VmState, VmStateCache};
use anyhow::Result;
use chrono::{Days, Utc};
use lnvps_db::LNVpsDb;
use log::{debug, error, info, warn};
use log::{debug, error, info};
use std::ops::Add;
use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender};