From d6fb84bfef7653717d36e73f9a07f529b64a9e39 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 8 Jun 2023 09:29:25 +0200 Subject: [PATCH] api: roles: cleanup imports Signed-off-by: Thomas Lamprecht --- src/PVE/API2/Role.pm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/PVE/API2/Role.pm b/src/PVE/API2/Role.pm index 5f5f058..5cb5b30 100644 --- a/src/PVE/API2/Role.pm +++ b/src/PVE/API2/Role.pm @@ -2,14 +2,11 @@ package PVE::API2::Role; use strict; use warnings; -use PVE::Cluster qw (cfs_read_file cfs_write_file); -use PVE::AccessControl; + +use PVE::AccessControl (); +use PVE::Cluster qw(cfs_read_file cfs_write_file); use PVE::JSONSchema qw(get_standard_option register_standard_option); -use PVE::SafeSyslog; - -use PVE::RESTHandler; - use base qw(PVE::RESTHandler); register_standard_option('role-id', {