Skip to content

Commit 0bc122b

Browse files
committed
Remove unused imports
1 parent a6f83cf commit 0bc122b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/datastax/astra/migrate/BaseJobSession.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
import com.datastax.oss.driver.api.core.CqlSession;
44
import com.datastax.oss.driver.api.core.cql.PreparedStatement;
55
import com.datastax.oss.driver.shaded.guava.common.util.concurrent.RateLimiter;
6-
import org.slf4j.Logger;
7-
import org.slf4j.LoggerFactory;
86

97
import java.util.ArrayList;
108
import java.util.List;
119

12-
public abstract class BaseJobSession {
10+
public abstract class BaseJobSession {
1311

1412
protected PreparedStatement sourceSelectStatement;
1513
protected PreparedStatement astraSelectStatement;

0 commit comments

Comments
 (0)