diff --git a/plugins/EditTestingList.form b/plugins/EditTestingList.form
index 3f19300..f8dac88 100644
--- a/plugins/EditTestingList.form
+++ b/plugins/EditTestingList.form
@@ -11,6 +11,7 @@
+
diff --git a/plugins/EditTestingList.java b/plugins/EditTestingList.java
index 7c042a1..0bfc001 100644
--- a/plugins/EditTestingList.java
+++ b/plugins/EditTestingList.java
@@ -3,18 +3,7 @@
*/
import ch.psi.utils.swing.SwingUtils;
-import java.awt.Desktop;
-import java.io.File;
-import java.io.IOException;
-import java.util.HashMap;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import javax.swing.ImageIcon;
-import javax.swing.event.HyperlinkEvent;
-import javax.swing.event.HyperlinkListener;
-import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableModel;
-import org.apache.commons.io.FilenameUtils;
/*
* To change this license header, choose License Headers in Project Properties.