remove unused use

This commit is contained in:
Alexander Over
2025-02-06 08:47:26 +01:00
parent 9b809a074f
commit 4d51eced02

View File

@@ -20,7 +20,6 @@ use SPC\command\DoctorCommand;
use SPC\command\DownloadCommand; use SPC\command\DownloadCommand;
use SPC\command\DumpExtensionsCommand; use SPC\command\DumpExtensionsCommand;
use SPC\command\DumpLicenseCommand; use SPC\command\DumpLicenseCommand;
use SPC\command\ExtensionDumperCommand;
use SPC\command\ExtractCommand; use SPC\command\ExtractCommand;
use SPC\command\InstallPkgCommand; use SPC\command\InstallPkgCommand;
use SPC\command\MicroCombineCommand; use SPC\command\MicroCombineCommand;