Skip to content

Commit

Permalink
fix: reverted too many specific imports
Browse files Browse the repository at this point in the history
  • Loading branch information
“sneha122” committed Jul 1, 2024
1 parent 219c26c commit cb64fff
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,8 @@
import reactor.core.scheduler.Schedulers;

import java.security.PrivateKey;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import java.sql.*;
import java.util.*;

import static com.appsmith.external.constants.Authentication.DB_AUTH;
import static com.appsmith.external.constants.Authentication.SNOWFLAKE_KEY_PAIR_AUTH;
Expand Down

0 comments on commit cb64fff

Please sign in to comment.