Skip to content

Commit

Permalink
Update spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 13, 2025
1 parent 7cf4e53 commit a135f1d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

package org.opensearch.sql.geo;

import static org.opensearch.sql.legacy.TestUtils.getResponseBody;

import java.io.IOException;
import lombok.SneakyThrows;
import org.junit.Assert;
import org.junit.jupiter.api.BeforeEach;
Expand All @@ -16,10 +19,6 @@
import org.opensearch.client.Response;
import org.opensearch.sql.ppl.PPLIntegTestCase;

import java.io.IOException;

import static org.opensearch.sql.legacy.TestUtils.getResponseBody;

/** IP enrichment PPL request with OpenSearch Geo-sptial plugin */
public class PplIpEnrichmentIT extends PPLIntegTestCase {

Expand Down

0 comments on commit a135f1d

Please sign in to comment.