Skip to content

Commit b04a279

Browse files
committed
delete unused imports
1 parent b15633c commit b04a279

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/javacpp/shm/ShmBuilder.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@
3030

3131
import org.bytedeco.pytorch.Tensor;
3232

33-
import net.imglib2.RandomAccessibleInterval;
3433
import net.imglib2.type.numeric.integer.IntType;
35-
import net.imglib2.type.numeric.integer.LongType;
3634
import net.imglib2.type.numeric.integer.UnsignedByteType;
37-
import net.imglib2.type.numeric.real.DoubleType;
38-
import net.imglib2.type.numeric.real.FloatType;
3935

4036
/**
4137
* A utility class that converts {@link Tensor}s into {@link SharedMemoryArray}s for

0 commit comments

Comments
 (0)