Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Dec 7, 2020
1 parent a957fe8 commit b12ae3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/imglib2/img/cell/AbstractCellImg.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
package net.imglib2.img.cell;

import java.util.function.BiFunction;
import java.util.function.UnaryOperator;

import net.imglib2.Cursor;
import net.imglib2.IterableInterval;
import net.imglib2.RandomAccessible;
import net.imglib2.img.AbstractNativeImg;
Expand Down

0 comments on commit b12ae3d

Please sign in to comment.