Skip to content

Commit

Permalink
Merge pull request #2836 from DamnClin/beers-steps-unused-imports
Browse files Browse the repository at this point in the history
Remove unused imports from beer steps
  • Loading branch information
DamnClin authored Jul 29, 2022
2 parents 9690d55 + 1544b2a commit 71b5b39
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import io.cucumber.java.en.When;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;

public class BeersSteps {
Expand Down

0 comments on commit 71b5b39

Please sign in to comment.