Skip to content
Snippets Groups Projects
Commit b5f82222 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove unused imports

parent 4b011fa8
No related branches found
No related tags found
No related merge requests found
package nl.lumc.sasc.biopet.core.config
import nl.lumc.sasc.biopet.utils.ConfigUtils._
import nl.lumc.sasc.biopet.utils.{ ConfigUtilsTest, ConfigUtils }
import org.scalatest.Matchers
import org.scalatest.mock.MockitoSugar
import org.scalatest.testng.TestNGSuite
import org.testng.annotations.{ DataProvider, Test }
......
......@@ -4,10 +4,8 @@ import java.io.{ PrintWriter, File }
import argonaut.Argonaut._
import argonaut.Json
import nl.lumc.sasc.biopet.core.BiopetQScript
import nl.lumc.sasc.biopet.core.config.{ ConfigValueIndex, ConfigValue }
import org.scalatest.Matchers
import org.scalatest.mock.MockitoSugar
import org.scalatest.testng.TestNGSuite
import org.testng.annotations.Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment