Order module import according to style guide and add missing PVE::QemuConfig import.
Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- PVE/API2/Qemu/Agent.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PVE/API2/Qemu/Agent.pm b/PVE/API2/Qemu/Agent.pm index e3102b0a..c9527070 100644 --- a/PVE/API2/Qemu/Agent.pm +++ b/PVE/API2/Qemu/Agent.pm @@ -3,13 +3,16 @@ package PVE::API2::Qemu::Agent; use strict; use warnings; -use PVE::RESTHandler; +use JSON; +use MIME::Base64 qw(encode_base64 decode_base64); + use PVE::JSONSchema qw(get_standard_option); +use PVE::RESTHandler; + +use PVE::QemuConfig; use PVE::QemuServer; use PVE::QemuServer::Agent qw(agent_cmd check_agent_error); use PVE::QemuServer::Monitor qw(mon_cmd); -use MIME::Base64 qw(encode_base64 decode_base64); -use JSON; use base qw(PVE::RESTHandler); -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel