From cc63d858a60b6191a63698180c652efe4d51426f Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 6 Nov 2025 10:31:04 -0500 Subject: [PATCH] pint --- app/Filament/Components/Actions/UpdateNodeAllocations.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Filament/Components/Actions/UpdateNodeAllocations.php b/app/Filament/Components/Actions/UpdateNodeAllocations.php index 8c3aede5f..01eb2f9a6 100644 --- a/app/Filament/Components/Actions/UpdateNodeAllocations.php +++ b/app/Filament/Components/Actions/UpdateNodeAllocations.php @@ -7,7 +7,6 @@ use Exception; use Filament\Actions\Action; use Filament\Forms\Components\Select; use Filament\Notifications\Notification; -use Illuminate\Database\Eloquent\Collection; class UpdateNodeAllocations extends Action {