From: Wolfgang Bumiller Date: Tue, 14 Dec 2021 08:13:44 +0000 (+0100) Subject: use statement fixup X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=2974aa334536d57b6baf5032bec58ce2e06ae31c use statement fixup Signed-off-by: Wolfgang Bumiller --- diff --git a/src/PVE/API2/TFA.pm b/src/PVE/API2/TFA.pm index fd42d90..bee4dee 100644 --- a/src/PVE/API2/TFA.pm +++ b/src/PVE/API2/TFA.pm @@ -7,9 +7,10 @@ use HTTP::Status qw(:constants); use PVE::AccessControl; use PVE::Cluster qw(cfs_read_file cfs_write_file); -use PVE::JSONSchema qw(get_standard_option); use PVE::Exception qw(raise raise_perm_exc raise_param_exc); +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