Skip to content

Commit 77823f2

Browse files
committed
fix imports
1 parent e9a1362 commit 77823f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

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

2426
public class RknnDetectorJNI extends PhotonJNICommon {

0 commit comments

Comments
 (0)