drop unused imports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-06-10 15:45:27 +02:00
parent ca27a7666a
commit e6f96ca2fe

View File

@ -12,8 +12,6 @@ use PVE::JSONSchema qw(get_standard_option);
use PVE::RPCEnvironment;
use PVE::SafeSyslog;
use PVE::API2::AccessControl; # for old login api get_u2f_instance method
use PVE::RESTHandler;
use base qw(PVE::RESTHandler);