mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-05 06:06:13 +00:00
api: roles: cleanup imports
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
43aa2489fc
commit
d6fb84bfef
@ -2,14 +2,11 @@ package PVE::API2::Role;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
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::JSONSchema qw(get_standard_option register_standard_option);
|
||||||
|
|
||||||
use PVE::SafeSyslog;
|
|
||||||
|
|
||||||
use PVE::RESTHandler;
|
|
||||||
|
|
||||||
use base qw(PVE::RESTHandler);
|
use base qw(PVE::RESTHandler);
|
||||||
|
|
||||||
register_standard_option('role-id', {
|
register_standard_option('role-id', {
|
||||||
|
Loading…
Reference in New Issue
Block a user