Skip to content

Commit e0441cc

Browse files
committed
KeyCode: remove unneeded imports
1 parent b6df2fc commit e0441cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/org/scijava/input/KeyCodeTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@
3030
package org.scijava.input;
3131

3232
import static org.junit.Assert.assertEquals;
33-
import static org.junit.Assert.assertNotNull;
34-
import static org.junit.Assert.assertSame;
3533

3634
import org.junit.Test;
37-
import org.scijava.plugin.PluginInfo;
3835

3936
/**
4037
* Tests {@link KeyCode}.

0 commit comments

Comments
 (0)