Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Aug 23, 2024
1 parent b95fae5 commit 7f89cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/test/java/net/snowflake/client/jdbc/BaseWiremockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
import static net.snowflake.client.AbstractDriverIT.getConnectionParameters;
import static net.snowflake.client.jdbc.SnowflakeUtil.systemGetProperty;
import static org.awaitility.Awaitility.await;
import static org.junit.Assume.*;
import static org.junit.Assume.assumeFalse;
import static org.junit.Assume.assumeTrue;
import static org.junit.Assume.assumeNoException;

import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.ServerSocket;
import java.nio.file.Paths;
import java.sql.*;
import java.time.Duration;
import java.util.Map;
import java.util.Properties;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package net.snowflake.client.jdbc;

import static org.junit.Assume.*;

import java.util.concurrent.atomic.AtomicBoolean;
import net.snowflake.client.core.ExecTimeTelemetryData;
import org.apache.http.client.methods.CloseableHttpResponse;
Expand Down

0 comments on commit 7f89cb5

Please sign in to comment.