Remove unused imports

This commit is contained in:
Jarek Sacha 2023-06-07 20:32:06 -04:00
parent 11b248fc1f
commit 374a162f29
No known key found for this signature in database
GPG key ID: F29625CE62288163
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -5,7 +5,7 @@
package ij_plugins.imagej_launcher
import scopt.{DefaultOEffectSetup, OParser}
import scopt.OParser
import java.io.File

View file

@ -5,7 +5,7 @@
package ij_plugins.imagej_launcher
import os.{Path, RelPath}
import os.Path
import scala.util.control.NonFatal