Remove unused import.

This commit is contained in:
Thierry Göckel 2020-07-16 14:18:18 +02:00
parent 531e34c6d0
commit 7435c1eb87

View File

@ -1,7 +1,6 @@
package com.iqser.red.service.redaction.v1.resources;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;