Skip to content

Commit 1aaceed

Browse files
fix lint
1 parent 3dcb322 commit 1aaceed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/java/com/mindee/input/LocalResponse.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package com.mindee.input;
22

3+
import com.fasterxml.jackson.databind.ObjectMapper;
4+
import com.mindee.MindeeException;
5+
import com.mindee.parsing.v2.CommonResponse;
36
import java.io.BufferedReader;
47
import java.io.File;
58
import java.io.IOException;
@@ -13,10 +16,6 @@
1316
import java.util.stream.Stream;
1417
import javax.crypto.Mac;
1518
import javax.crypto.spec.SecretKeySpec;
16-
17-
import com.fasterxml.jackson.databind.ObjectMapper;
18-
import com.mindee.MindeeException;
19-
import com.mindee.parsing.v2.CommonResponse;
2019
import lombok.Getter;
2120
import org.apache.commons.codec.binary.Hex;
2221

0 commit comments

Comments
 (0)