]> git.proxmox.com Git - pve-guest-common.git/blobdiff - src/PVE/Mapping/USB.pm
mappings: cleanup imports
[pve-guest-common.git] / src / PVE / Mapping / USB.pm
index 483e92b7897b721059319850a5fd396d0117bd39..ad865374aab96c6721fe5f36cb110df99c57b59f 100644 (file)
@@ -3,11 +3,15 @@ package PVE::Mapping::USB;
 use strict;
 use warnings;
 
-use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_lock_file cfs_write_file);
-use PVE::INotify;
+use PVE::Cluster qw(
+    cfs_lock_file
+    cfs_read_file
+    cfs_register_file
+    cfs_write_file
+);
+use PVE::INotify ();
 use PVE::JSONSchema qw(get_standard_option parse_property_string);
-use PVE::SectionConfig;
-use PVE::SysFSTools;
+use PVE::SysFSTools ();
 
 use base qw(PVE::SectionConfig);