Skip to content

Commit

Permalink
#10: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Jun 8, 2023
1 parent 009fbe2 commit cf4ec4a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import io.restassured.RestAssured;
import io.restassured.config.RedirectConfig;
import io.restassured.filter.session.SessionFilter;
import io.restassured.http.ContentType;
import io.restassured.response.Response;
import org.apache.http.HttpStatus;
import org.junit.After;
Expand All @@ -41,7 +40,6 @@
import org.springframework.test.context.TestPropertySource;

import static io.restassured.RestAssured.given;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertTrue;

import uk.ac.soton.itinnovation.security.systemmodeller.semantics.ModelObjectsHelper;
Expand Down

0 comments on commit cf4ec4a

Please sign in to comment.