From c0090da9bdbd0018fb8c6d3cf7593562c88d8dab Mon Sep 17 00:00:00 2001 From: Cristiano Date: Thu, 6 Nov 2025 16:08:52 +0100 Subject: [PATCH] Fix unused imports --- PyroFetes/Endpoints/Deliverers/DeleteDelivererEndpoint.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PyroFetes/Endpoints/Deliverers/DeleteDelivererEndpoint.cs b/PyroFetes/Endpoints/Deliverers/DeleteDelivererEndpoint.cs index 5fdbcc9..08c53d5 100644 --- a/PyroFetes/Endpoints/Deliverers/DeleteDelivererEndpoint.cs +++ b/PyroFetes/Endpoints/Deliverers/DeleteDelivererEndpoint.cs @@ -1,7 +1,5 @@ using FastEndpoints; using Microsoft.EntityFrameworkCore; -using PyroFetes.DTO.Deliverer.Request; -using PyroFetes.DTO.Deliverer.Response; using PyroFetes.Models; namespace PyroFetes.Endpoints.Deliverers;