optimize imports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-09 05:27:34 +02:00
parent 17dcc0ac4f
commit 86f4b05b8c
4 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ package wtf.beatrice.releasehive.resources;
import org.apache.coyote.BadRequestException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;