mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Remove unused imports
This commit is contained in:
parent
11b248fc1f
commit
374a162f29
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ scalacOptions ++= Seq(
|
|||
"-explain-types",
|
||||
"-rewrite",
|
||||
"-source:3.3-migration",
|
||||
"-Wvalue-discard",
|
||||
// "-Wvalue-discard",
|
||||
"-Wunused:all"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
package ij_plugins.imagej_launcher
|
||||
|
||||
import ij_plugins.imagej_launcher.Main.Config
|
||||
import os.{FilePath, Path, RelPath, SubPath}
|
||||
import os.{FilePath, Path}
|
||||
|
||||
import scala.util.control.NonFatal
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
package ij_plugins.imagej_launcher
|
||||
|
||||
import scopt.{DefaultOEffectSetup, OParser}
|
||||
import scopt.OParser
|
||||
|
||||
import java.io.File
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
package ij_plugins.imagej_launcher
|
||||
|
||||
import os.{Path, RelPath}
|
||||
import os.Path
|
||||
|
||||
import scala.util.control.NonFatal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue