Skip to content

Commit c041609

Browse files
author
Matthew L Daniel
committed
Remove unnecessary imports
These objects are in the same package as the Test, and thus do not require import.
1 parent 526d751 commit c041609

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/test/java/com/maxmind/db/ReaderTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
import com.fasterxml.jackson.databind.JsonNode;
2424
import com.fasterxml.jackson.databind.ObjectMapper;
2525
import com.fasterxml.jackson.databind.node.ObjectNode;
26-
import com.maxmind.db.InvalidDatabaseException;
27-
import com.maxmind.db.Reader;
28-
import com.maxmind.db.Metadata;
2926

3027
public class ReaderTest {
3128
private final ObjectMapper om = new ObjectMapper();

0 commit comments

Comments
 (0)