Skip to content

Commit

Permalink
remove star import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tzhang committed Sep 27, 2023
1 parent 22fe148 commit f0dd91d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
import java.time.ZoneOffset;
import java.time.ZonedDateTime;
import java.time.format.DateTimeParseException;
import java.util.*;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.function.Supplier;
import net.snowflake.client.jdbc.internal.google.common.collect.Sets;
import net.snowflake.client.jdbc.internal.snowflake.common.core.SnowflakeDateTimeFormat;
Expand Down

0 comments on commit f0dd91d

Please sign in to comment.