Skip to content

Commit

Permalink
datastore: remove unused imports, #TASK-6754
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Oct 11, 2024
1 parent e93dc0a commit 85f8fa4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.mongodb.client.ClientSession;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoCursor;
import com.mongodb.client.model.Aggregates;
import com.mongodb.client.model.IndexOptions;
import com.mongodb.client.result.DeleteResult;
import com.mongodb.client.result.UpdateResult;
Expand All @@ -37,7 +36,10 @@
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.util.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;

/**
* @author Ignacio Medina <imedina@ebi.ac.uk>
Expand Down

0 comments on commit 85f8fa4

Please sign in to comment.