Skip to content

Commit abd5f14

Browse files
committed
fix imports
1 parent e9a1362 commit abd5f14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: photon-core/src/main/java/org/photonvision/jni/RknnDetectorJNI.java

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
import java.io.IOException;
2121
import java.util.List;
22+
23+
import org.photonvision.common.logging.LogGroup;
24+
import org.photonvision.common.logging.Logger;
2225
import org.photonvision.common.util.TestUtils;
2326

2427
public class RknnDetectorJNI extends PhotonJNICommon {

0 commit comments

Comments
 (0)