mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Cleanup unused import
This commit is contained in:
parent
e6d75c9cd0
commit
ba34620275
@ -1,7 +1,7 @@
|
||||
use std::net::IpAddr;
|
||||
use axum::Json;
|
||||
use serde::Serialize;
|
||||
use lqos_bus::{bus_request, BusRequest, BusResponse, IpStats};
|
||||
use lqos_bus::{BusResponse, IpStats};
|
||||
use crate::shaped_devices_tracker::SHAPED_DEVICES;
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
Loading…
Reference in New Issue
Block a user