From 0d455b99f5df9f074ac7e5a658f91c9af3e974c8 Mon Sep 17 00:00:00 2001 From: Hannes Duerr Date: Fri, 11 Jul 2025 11:52:06 +0200 Subject: dhcp: remove unused SubnetPlugin import Signed-off-by: Hannes Duerr Link: https://lore.proxmox.com/20250711095206.30852-2-h.duerr@proxmox.com --- src/PVE/Network/SDN/Dhcp.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/PVE/Network/SDN/Dhcp.pm b/src/PVE/Network/SDN/Dhcp.pm index 7dc38fb..65e40d4 100644 --- a/src/PVE/Network/SDN/Dhcp.pm +++ b/src/PVE/Network/SDN/Dhcp.pm @@ -6,7 +6,6 @@ use warnings; use PVE::Cluster; use PVE::Network::SDN; -use PVE::Network::SDN::SubnetPlugin; use PVE::Network::SDN::Ipams; use PVE::Network::SDN::Subnets; use PVE::Network::SDN::Dhcp::Plugin; -- cgit v1.2.3