refactor: remove unused import in RemoveProjectAction.java
All checks were successful
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot OK

This commit is contained in:
Jan Gleytenhoover 2024-10-02 11:34:03 +02:00
parent 5e3ee4bf23
commit 94fad947da
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -1,7 +1,6 @@
package de.szut.lf8_starter.project.action;
import de.szut.lf8_starter.project.ProjectEntity;
import de.szut.lf8_starter.project.ProjectMapper;
import de.szut.lf8_starter.project.ProjectService;
import de.szut.lf8_starter.project.dto.GetProjectDto;
import io.swagger.v3.oas.annotations.Operation;